Uses of Class
gw.lang.ir.statement.IRSyntheticStatement
-
-
Uses of IRSyntheticStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRSyntheticStatement Modifier and Type Method Description static voidIRSyntheticStatementCompiler. compile(IRSyntheticStatement statement, IRBytecodeContext context) -
Uses of IRSyntheticStatement in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRSyntheticStatement Modifier and Type Method Description private voidIRJavaCompiler. compileIRSyntheticStatement(IRSyntheticStatement irSyntheticStatement) -
Uses of IRSyntheticStatement in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRSyntheticStatement Modifier and Type Method Description private voidIRTreeCompiler. compileIRSyntheticStatement(IRSyntheticStatement syntheticStatement, int indent) -
Uses of IRSyntheticStatement in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRSyntheticStatement Modifier and Type Method Description private voidIRTreeVerifier. verifyIRSyntheticStatement(IRSyntheticStatement irSyntheticStatement)
-