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.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) -
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()
-