Class GlslBitwiseNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.expression.GlslBitwiseNode
- All Implemented Interfaces:
GlslNode
- Since:
- 1.0.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGlslBitwiseNode(Collection<GlslNode> expressions, GlslBitwiseNode.Operand operand) -
Method Summary
Modifier and TypeMethodDescriptionstatic GlslBitwiseNodebitAnd(Collection<GlslNode> expressions) static GlslBitwiseNodebitOr(Collection<GlslNode> expressions) static GlslBitwiseNodebitXor(Collection<GlslNode> expressions) final booleaninthashCode()static GlslBitwiseNodelogicalAnd(Collection<GlslNode> expressions) static GlslBitwiseNodelogicalOr(Collection<GlslNode> expressions) static GlslBitwiseNodelogicalXor(Collection<GlslNode> expressions) setExpressions(GlslNode... expressions) setExpressions(Collection<GlslNode> expressions) setOperand(GlslBitwiseNode.Operand operand) stream()toString()voidvisit(GlslNodeVisitor visitor) Visits this node.
-
Constructor Details
-
GlslBitwiseNode
-
-
Method Details
-
bitAnd
-
bitOr
-
bitXor
-
logicalAnd
-
logicalOr
-
logicalXor
-
getExpressions
-
getOperand
-
setExpressions
-
setExpressions
-
setOperand
-
visit
Description copied from interface:GlslNodeVisits this node. -
getNodeType
- Specified by:
getNodeTypein interfaceGlslNode- Returns:
- The type of node this class represents
-
stream
-
equals
-
hashCode
public int hashCode() -
toString
-