Uses of Class
gw.internal.gosu.ir.compiler.bytecode.IRCompilerLocalVar
Packages that use IRCompilerLocalVar
-
Uses of IRCompilerLocalVar in gw.internal.gosu.ir.compiler.bytecode
Fields in gw.internal.gosu.ir.compiler.bytecode with type parameters of type IRCompilerLocalVarModifier and TypeFieldDescriptionprivate List<IRCompilerLocalVar>
IRBytecodeContext._allLocalVars
private HashMap<String,
IRCompilerLocalVar> IRCompilerScope._localVars
Methods in gw.internal.gosu.ir.compiler.bytecode that return IRCompilerLocalVarModifier and TypeMethodDescriptionIRCompilerScope.createLocalVar
(IRSymbol symbol) IRCompilerScope.findLocalVar
(IRSymbol symbol) IRBytecodeContext.getLocalVar
(IRSymbol symbol) IRBytecodeContext.makeTempVar
(IRType type) Methods in gw.internal.gosu.ir.compiler.bytecode that return types with arguments of type IRCompilerLocalVarMethods in gw.internal.gosu.ir.compiler.bytecode with parameters of type IRCompilerLocalVarModifier and TypeMethodDescriptionprivate boolean
IRBytecodeContext.isOutOfScope
(IRCompilerLocalVar lv)