Class GlslSelectionNode
java.lang.Object
foundry.veil.api.glsl.node.branch.GlslSelectionNode
- All Implemented Interfaces:
GlslNode
if/else
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGlslSelectionNode
(GlslNode expression, Collection<GlslNode> first, Collection<GlslNode> second) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFirst()
int
hashCode()
void
setExpression
(GlslNode expression) setFirst
(Collection<GlslNode> first) setSecond
(Collection<GlslNode> first) stream()
toString()
-
Constructor Details
-
GlslSelectionNode
public GlslSelectionNode(GlslNode expression, Collection<GlslNode> first, Collection<GlslNode> second)
-
-
Method Details
-
getExpression
-
getFirst
-
getSecond
-
setExpression
-
setFirst
-
setSecond
-
getSourceString
- Specified by:
getSourceString
in interfaceGlslNode
-
stream
-
equals
-
hashCode
public int hashCode() -
toString
-