Uses of Class
gw.lang.ir.statement.IRMethodCallStatement
-
-
Uses of IRMethodCallStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRMethodCallStatement Modifier and Type Method Description static voidIRMethodCallStatementCompiler. compile(IRMethodCallStatement statement, IRBytecodeContext context) -
Uses of IRMethodCallStatement in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRMethodCallStatement Modifier and Type Method Description private voidIRJavaCompiler. compileIRMethodCallStatement(IRMethodCallStatement irMethodCallStatement) -
Uses of IRMethodCallStatement in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRMethodCallStatement Modifier and Type Method Description voidIRTreeCompiler. compileIRMethodCallStatement(IRMethodCallStatement irMethodCallStatement, int indent) -
Uses of IRMethodCallStatement in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRMethodCallStatement Modifier and Type Method Description private voidIRTreeVerifier. verifyIRMethodCallStatement(IRMethodCallStatement irMethodCallStatement) -
Uses of IRMethodCallStatement in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRMethodCallStatement Modifier and Type Method Description protected IRMethodCallStatementAbstractElementTransformer. buildMethodCall(IRExpression methodCall)
-