Class GlslAssignmentNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.expression.GlslAssignmentNode
- All Implemented Interfaces:
GlslNode
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionGlslAssignmentNode(GlslNode first, GlslNode second, GlslAssignmentNode.Operand operand) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFirst()@Nullable GlslSpecifiedTypegetType()inthashCode()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
-
equals
-
hashCode
public int hashCode() -
stream
-
toString
-