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 void
IRSyntheticStatementCompiler.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 void
IRJavaCompiler.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 void
IRTreeCompiler.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 void
IRTreeVerifier.verifyIRSyntheticStatement
(IRSyntheticStatement irSyntheticStatement)