Uses of Class
gw.lang.ir.expression.IRNumericLiteral
Packages that use IRNumericLiteral
Package
Description
-
Uses of IRNumericLiteral in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRNumericLiteralModifier and TypeMethodDescriptionstatic voidIRNumericLiteralCompiler.compile(IRNumericLiteral expression, IRBytecodeContext context) -
Uses of IRNumericLiteral in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRNumericLiteralModifier and TypeMethodDescriptionprivate voidIRJavaCompiler.compileIRNumericLiteral(IRNumericLiteral irNumericLiteral) -
Uses of IRNumericLiteral in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRNumericLiteralModifier and TypeMethodDescriptionvoidIRTreeCompiler.compileIRNumericLiteral(IRNumericLiteral irNumericLiteral, int indent) -
Uses of IRNumericLiteral in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRNumericLiteralModifier and TypeMethodDescriptionprivate voidIRTreeVerifier.verifyIRNumericLiteral(IRNumericLiteral irNumericLiteral)