Uses of Class
gw.lang.ir.IRClass
-
-
Uses of IRClass in gw.internal.gosu.ir.builders
Methods in gw.internal.gosu.ir.builders with parameters of type IRClass Modifier and Type Method Description byte[]
SimpleCompiler. compile(IRClass irClass, boolean debug)
String
SimpleCompiler. compileToJava(IRClass irClass)
-
Uses of IRClass in gw.internal.gosu.ir.compiler.bytecode
Methods in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRClass Modifier and Type Method Description static byte[]
IRClassCompiler. compileClass(IRClass irClass, boolean debug)
Constructors in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRClass Constructor Description IRClassCompiler(IRClass irClass)
-
Uses of IRClass in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRClass Modifier and Type Method Description void
IRJavaCompiler. compileClassStatement(IRClass irClass)
-
Uses of IRClass in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRClass Modifier and Type Method Description void
IRTreeCompiler. compileClassStatement(IRClass irClass)
-
Uses of IRClass in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRClass Modifier and Type Method Description void
IRTreeVerifier. verifyClassStatement(IRClass irClass)
-
Uses of IRClass in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRClass Modifier and Type Method Description static IRClass
GosuClassTransformer. compile(IGosuClassInternal gsClass)
IRClass
TopLevelTransformationContext. getIrClass()
IRClass
TransformationContextBase. getIrClass()
static IRClass
GosuFragmentTransformer. transform(GosuFragment fragment)
Methods in gw.internal.gosu.ir.transform with parameters of type IRClass Modifier and Type Method Description void
TopLevelTransformationContext. setIrClass(IRClass irClass)
void
TransformationContextBase. setIrClass(IRClass irClass)
-
Uses of IRClass in gw.lang.ir
Methods in gw.lang.ir with parameters of type IRClass Modifier and Type Method Description byte[]
IRClassCompiler. compile(IRClass irClass, boolean debug)
String
IRClassCompiler. compileToJava(IRClass irClass)
-
Uses of IRClass in gw.lang.ir.builder
Methods in gw.lang.ir.builder that return IRClass Modifier and Type Method Description IRClass
IRClassBuilder. build()
-