Class GlslAssignmentNode
java.lang.Object
foundry.veil.impl.glsl.node.expression.GlslAssignmentNode
- All Implemented Interfaces:
GlslNode
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionGlslAssignmentNode
(GlslNode first, GlslNode second, GlslAssignmentNode.Operand operand) -
Method Summary
Modifier and TypeMethodDescriptiongetFirst()
@Nullable GlslSpecifiedType
getType()
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:
getSourceString
in interfaceGlslNode
-
stream
-
toString
-