Uses of Class
gw.internal.gosu.parser.expressions.NumericLiteral
Packages that use NumericLiteral
Package
Description
-
Uses of NumericLiteral in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type NumericLiteralModifier and TypeMethodDescriptionstatic IRExpression
NumericLiteralTransformer.compile
(TopLevelTransformationContext cc, NumericLiteral expr) Constructors in gw.internal.gosu.ir.transform.expression with parameters of type NumericLiteralModifierConstructorDescriptionprivate
-
Uses of NumericLiteral in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return NumericLiteralModifier and TypeMethodDescriptionprivate NumericLiteral
GosuParser.parseDouble
(String strValue) private NumericLiteral
GosuParser.parseDoubleOrBigDec
(String strValue) private NumericLiteral
GosuParser.parseFloat
(String strValue) private NumericLiteral
GosuParser.parseIntOrLongOrBigInt
(String strValue) -
Uses of NumericLiteral in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions with type parameters of type NumericLiteralModifier and TypeFieldDescriptionstatic final LockingLazyVar<NumericLiteral>
NumericLiteral.INFINITY
static final LockingLazyVar<NumericLiteral>
NumericLiteral.NaN
Methods in gw.internal.gosu.parser.expressions that return NumericLiteral