Class GlslPrecisionNode
java.lang.Object
io.github.ocelot.glslprocessor.api.node.expression.GlslPrecisionNode
- All Implemented Interfaces:
GlslNode
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionGlslPrecisionNode(GlslTypeQualifier.Precision precision, GlslTypeSpecifier typeSpecifier) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()setPrecision(GlslTypeQualifier.Precision precision) setTypeSpecifier(GlslTypeSpecifier typeSpecifier) stream()toString()voidvisit(GlslNodeVisitor visitor) Visits this node.
-
Constructor Details
-
GlslPrecisionNode
-
-
Method Details
-
visit
Description copied from interface:GlslNodeVisits this node. -
getNodeType
- Specified by:
getNodeTypein interfaceGlslNode- Returns:
- The type of node this class represents
-
getPrecision
-
getTypeSpecifier
-
setPrecision
-
setTypeSpecifier
-
stream
-
equals
-
hashCode
public int hashCode() -
toString
-