Uses of Class
gw.lang.ir.IRClass
Packages that use IRClass
Package
Description
-
Uses of IRClass in gw.internal.gosu.ir.builders
Methods in gw.internal.gosu.ir.builders with parameters of type IRClass -
Uses of IRClass in gw.internal.gosu.ir.compiler.bytecode
Methods in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRClassModifier and TypeMethodDescriptionstatic byte[]IRClassCompiler.compileClass(IRClass irClass, boolean debug) Constructors in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRClass -
Uses of IRClass in gw.internal.gosu.ir.compiler.java
Methods in gw.internal.gosu.ir.compiler.java with parameters of type IRClass -
Uses of IRClass in gw.internal.gosu.ir.compiler.tree
Methods in gw.internal.gosu.ir.compiler.tree with parameters of type IRClass -
Uses of IRClass in gw.internal.gosu.ir.compiler.verifier
Methods in gw.internal.gosu.ir.compiler.verifier with parameters of type IRClass -
Uses of IRClass in gw.internal.gosu.ir.transform
Methods in gw.internal.gosu.ir.transform that return IRClassModifier and TypeMethodDescriptionstatic IRClassGosuClassTransformer.compile(IGosuClassInternal gsClass) TopLevelTransformationContext.getIrClass()TransformationContextBase.getIrClass()static IRClassGosuFragmentTransformer.transform(GosuFragment fragment) Methods in gw.internal.gosu.ir.transform with parameters of type IRClassModifier and TypeMethodDescriptionvoidTopLevelTransformationContext.setIrClass(IRClass irClass) voidTransformationContextBase.setIrClass(IRClass irClass) -
Uses of IRClass in gw.lang.ir
Methods in gw.lang.ir with parameters of type IRClass -
Uses of IRClass in gw.lang.ir.builder
Methods in gw.lang.ir.builder that return IRClass