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
Fields in gw.internal.gosu.ir.compiler.bytecode declared as IRCompilerScope Modifier and Type Field Description private IRCompilerScopeIRCompilerScope. _parentprivate IRCompilerScopeIRCompilerLocalVar. _scopeFields in gw.internal.gosu.ir.compiler.bytecode with type parameters of type IRCompilerScope Modifier and Type Field Description private Stack<IRCompilerScope>IRBytecodeContext. _scopesMethods in gw.internal.gosu.ir.compiler.bytecode that return IRCompilerScope Modifier and Type Method Description IRCompilerScopeIRCompilerLocalVar. 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)
-