Class GlslGetFieldNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.variable.GlslGetFieldNode
- All Implemented Interfaces:
GlslNode
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()setExpression(GlslNode expression) setFieldSelection(String fieldSelection) stream()toString()voidvisit(GlslNodeVisitor visitor) Visits this node.
-
Constructor Details
-
GlslGetFieldNode
-
-
Method Details
-
visit
Description copied from interface:GlslNodeVisits this node. -
getNodeType
- Specified by:
getNodeTypein interfaceGlslNode- Returns:
- The type of node this class represents
-
getExpression
-
getFieldSelection
-
setExpression
-
setFieldSelection
-
stream
-
toString
-
equals
-
hashCode
public int hashCode()
-