Uses of Class
gw.internal.gosu.ir.compiler.bytecode.IRCompilerLocalVar
-
Packages that use IRCompilerLocalVar Package Description gw.internal.gosu.ir.compiler.bytecode -
-
Uses of IRCompilerLocalVar in gw.internal.gosu.ir.compiler.bytecode
Fields in gw.internal.gosu.ir.compiler.bytecode with type parameters of type IRCompilerLocalVar Modifier and Type Field Description private java.util.List<IRCompilerLocalVar>IRBytecodeContext. _allLocalVarsprivate java.util.HashMap<java.lang.String,IRCompilerLocalVar>IRCompilerScope. _localVarsMethods in gw.internal.gosu.ir.compiler.bytecode that return IRCompilerLocalVar Modifier and Type Method Description IRCompilerLocalVarIRCompilerScope. createLocalVar(IRSymbol symbol)IRCompilerLocalVarIRCompilerScope. findLocalVar(IRSymbol symbol)IRCompilerLocalVarIRBytecodeContext. getLocalVar(IRSymbol symbol)IRCompilerLocalVarIRBytecodeContext. makeTempVar(IRType type)Methods in gw.internal.gosu.ir.compiler.bytecode that return types with arguments of type IRCompilerLocalVar Modifier and Type Method Description java.util.Collection<IRCompilerLocalVar>IRCompilerScope. getLocalVars()Methods in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRCompilerLocalVar Modifier and Type Method Description private booleanIRBytecodeContext. isOutOfScope(IRCompilerLocalVar lv)
-