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 IRExpression
NumericLiteralTransformer. 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. INFINITY
static LockingLazyVar<NumericLiteral>
NumericLiteral. NaN
Methods in gw.internal.gosu.parser.expressions that return NumericLiteral Modifier and Type Method Description NumericLiteral
NumericLiteral. copy()
-