Uses of Class
gw.lang.ir.statement.IRSyntheticStatement
Packages that use IRSyntheticStatement
Package
Description
-
Uses of IRSyntheticStatement in gw.internal.gosu.ir.compiler.bytecode.statement
Methods in gw.internal.gosu.ir.compiler.bytecode.statement with parameters of type IRSyntheticStatementModifier and TypeMethodDescriptionstatic 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 IRSyntheticStatementModifier and TypeMethodDescriptionprivate 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 IRSyntheticStatementModifier and TypeMethodDescriptionprivate 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 IRSyntheticStatementModifier and TypeMethodDescriptionprivate voidIRTreeVerifier.verifyIRSyntheticStatement(IRSyntheticStatement irSyntheticStatement)