Class GlslUnaryNode
java.lang.Object
foundry.veil.api.glsl.node.expression.GlslUnaryNode
- All Implemented Interfaces:
GlslNode
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable GlslSpecifiedType
getType()
int
hashCode()
setExpression
(GlslNode expression) setOperand
(GlslUnaryNode.Operand operand) stream()
toString()
-
Constructor Details
-
GlslUnaryNode
-
-
Method Details
-
getType
-
stream
-
getExpression
-
getOperand
-
setExpression
-
setOperand
-
toString
-
equals
-
hashCode
public int hashCode() -
getSourceString
- Specified by:
getSourceString
in interfaceGlslNode
-