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