-
Method Summary
boolean
default double
default float
default int
boolean
default long
default void
-
Method Details
-
-
doubleValue
default double doubleValue()
-
floatValue
default float floatValue()
-
intValue
default int intValue()
-
unsignedIntValue
default long unsignedIntValue()
-
booleanValue
boolean booleanValue()
-
isNumber
boolean isNumber()
-
visit
Description copied from interface: GlslNode
Visits this node.
- Specified by:
visit in interface GlslNode
- Parameters:
visitor - The visitor visiting this node
-