Uses of Class
gw.internal.gosu.ir.compiler.bytecode.IRCompilerScope
-
Packages that use IRCompilerScope Package Description gw.internal.gosu.ir.compiler.bytecode -
-
Uses of IRCompilerScope in gw.internal.gosu.ir.compiler.bytecode
Methods in gw.internal.gosu.ir.compiler.bytecode that return IRCompilerScope Modifier and Type Method Description IRCompilerScope
IRCompilerLocalVar. getScope()
Constructors in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRCompilerScope Constructor Description IRCompilerLocalVar(IRSymbol symbol, int index, IRCompilerScope scope)
IRCompilerScope(IRCompilerScope parent)
-