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._allLocalVarsprivate HashMap<String,IRCompilerLocalVar> IRCompilerScope._localVarsMethods 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 booleanIRBytecodeContext.isOutOfScope(IRCompilerLocalVar lv)