Class WhileLoopNode
java.lang.Object
foundry.veil.api.glsl.node.branch.WhileLoopNode
- All Implemented Interfaces:
GlslNode
Represents both while and do/while loops.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionWhileLoopNode
(GlslNode condition, Collection<GlslNode> body, WhileLoopNode.Type loopType) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBody()
int
hashCode()
setCondition
(GlslNode condition) setLoopType
(WhileLoopNode.Type loopType) stream()
-
Constructor Details
-
WhileLoopNode
-
-
Method Details
-
getCondition
-
getBody
-
getLoopType
-
setCondition
-
setLoopType
-
equals
-
hashCode
public int hashCode() -
getSourceString
- Specified by:
getSourceString
in interfaceGlslNode
-
stream
-