Class GlslCaseLabelNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.branch.GlslCaseLabelNode
- All Implemented Interfaces:
GlslNode
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetCondition(@Nullable GlslNode condition) stream()toString()
-
Constructor Details
-
GlslCaseLabelNode
-
-
Method Details
-
isDefault
public boolean isDefault() -
getCondition
-
setCondition
-
equals
-
hashCode
public int hashCode() -
toString
-
getSourceString
- Specified by:
getSourceStringin interfaceGlslNode
-
stream
-