Class GlslUnaryNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.expression.GlslUnaryNode
- All Implemented Interfaces:
GlslNode
- Since:
- 1.0.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable GlslSpecifiedTypegetType()inthashCode()setExpression(GlslNode expression) setOperand(GlslUnaryNode.Operand operand) stream()toString()voidvisit(GlslNodeVisitor visitor) Visits this node.
-
Constructor Details
-
GlslUnaryNode
-
-
Method Details
-
visit
Description copied from interface:GlslNodeVisits this node. -
getNodeType
- Specified by:
getNodeTypein interfaceGlslNode- Returns:
- The type of node this class represents
-
getExpression
-
getOperand
-
setExpression
-
setOperand
-
getType
-
stream
-
toString
-
equals
-
hashCode
public int hashCode()
-