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 IRExpressionNumericLiteralTransformer.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 NumericLiteralGosuParser.parseDouble(String strValue) private NumericLiteralGosuParser.parseDoubleOrBigDec(String strValue) private NumericLiteralGosuParser.parseFloat(String strValue) private NumericLiteralGosuParser.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.INFINITYstatic final LockingLazyVar<NumericLiteral>NumericLiteral.NaNMethods in gw.internal.gosu.parser.expressions that return NumericLiteral