Class IRMethodCallExpressionCompiler
- java.lang.Object
-
- gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
-
- gw.internal.gosu.ir.compiler.bytecode.expression.IRMethodCallExpressionCompiler
-
public class IRMethodCallExpressionCompiler extends AbstractBytecodeCompiler
-
-
Field Summary
Fields Modifier and Type Field Description static String
STRUCTURAL_PROXY
-
Fields inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
OBJECT_TYPE
-
-
Constructor Summary
Constructors Constructor Description IRMethodCallExpressionCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
compile(IRMethodCallExpression expression, IRBytecodeContext context)
static Object
constructProxy(Object root, Class iface)
-
Methods inherited from class gw.internal.gosu.ir.compiler.bytecode.AbstractBytecodeCompiler
compileConditionAssignment, getIns, isNotPartOfBooleanExpr, isWide, negateOpcode
-
-
-
-
Field Detail
-
STRUCTURAL_PROXY
public static final String STRUCTURAL_PROXY
- See Also:
- Constant Field Values
-
-
Method Detail
-
compile
public static void compile(IRMethodCallExpression expression, IRBytecodeContext context)
-
-