Uses of Class
gw.internal.gosu.parser.expressions.NumericLiteral
-
Packages that use NumericLiteral Package Description gw.internal.gosu.ir.transform.expression gw.internal.gosu.parser gw.internal.gosu.parser.expressions -
-
Uses of NumericLiteral in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type NumericLiteral Modifier and Type Method Description static IRExpressionNumericLiteralTransformer. compile(TopLevelTransformationContext cc, NumericLiteral expr)Constructors in gw.internal.gosu.ir.transform.expression with parameters of type NumericLiteral Constructor Description NumericLiteralTransformer(TopLevelTransformationContext cc, NumericLiteral expr) -
Uses of NumericLiteral in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return NumericLiteral Modifier and Type Method Description private NumericLiteralGosuParser. parseDouble(java.lang.String strValue)private NumericLiteralGosuParser. parseDoubleOrBigDec(java.lang.String strValue)private NumericLiteralGosuParser. parseFloat(java.lang.String strValue)private NumericLiteralGosuParser. parseIntOrLongOrBigInt(java.lang.String strValue) -
Uses of NumericLiteral in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions with type parameters of type NumericLiteral Modifier and Type Field Description static LockingLazyVar<NumericLiteral>NumericLiteral. INFINITYstatic LockingLazyVar<NumericLiteral>NumericLiteral. NaNMethods in gw.internal.gosu.parser.expressions that return NumericLiteral Modifier and Type Method Description NumericLiteralNumericLiteral. copy()
-