Uses of Class
gw.lang.ir.expression.IRInstanceOfExpression
-
Packages that use IRInstanceOfExpression Package Description gw.internal.gosu.ir.compiler.bytecode.expression gw.internal.gosu.ir.compiler.java gw.internal.gosu.ir.compiler.verifier -
-
Uses of IRInstanceOfExpression in gw.internal.gosu.ir.compiler.bytecode.expression
Methods in gw.internal.gosu.ir.compiler.bytecode.expression with parameters of type IRInstanceOfExpression Modifier and Type Method Description static voidIRInstanceOfExpressionCompiler. compile(IRInstanceOfExpression expression, IRBytecodeContext context) -
Uses of IRInstanceOfExpression in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRInstanceOfExpression Modifier and Type Method Description private voidIRJavaCompiler. compileIRInstanceOfExpression(IRInstanceOfExpression irInstanceOfExpression) -
Uses of IRInstanceOfExpression in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRInstanceOfExpression Modifier and Type Method Description private voidIRTreeVerifier. verifyIRInstanceOfExpression(IRInstanceOfExpression irInstanceOfExpression)
-