Class GlslAssignmentNode
java.lang.Object
foundry.veil.impl.glsl.node.expression.GlslAssignmentNode
- All Implemented Interfaces:
GlslNode
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGlslAssignmentNode(GlslNode first, GlslNode second, GlslAssignmentNode.Operand operand) -
Method Summary
Modifier and TypeMethodDescriptiongetFirst()@Nullable GlslSpecifiedTypegetType()setOperand(GlslAssignmentNode.Operand operand) stream()toString()
-
Constructor Details
-
GlslAssignmentNode
- Parameters:
first- The first operandsecond- The second operandoperand- The operand to perform when setting the first to the second
-
-
Method Details
-
getType
-
getFirst
- Returns:
- The first operand
-
getSecond
- Returns:
- The second operand
-
getOperand
- Returns:
- The operand to perform when setting the first to the second
-
setFirst
-
setSecond
-
setOperand
-
getSourceString
- Specified by:
getSourceStringin interfaceGlslNode
-
stream
-
toString
-