Class GlslCaseLabelNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.branch.GlslCaseLabelNode
- All Implemented Interfaces:
GlslNode
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetCondition(@Nullable GlslNode condition) stream()toString()voidvisit(GlslNodeVisitor visitor) Visits this node.
-
Constructor Details
-
GlslCaseLabelNode
-
-
Method Details
-
isDefault
public boolean isDefault() -
getCondition
-
setCondition
-
visit
Description copied from interface:GlslNodeVisits this node. -
getNodeType
- Specified by:
getNodeTypein interfaceGlslNode- Returns:
- The type of node this class represents
-
equals
-
hashCode
public int hashCode() -
toString
-
stream
-