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
Methods 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 Collection<IRCompilerLocalVar>IRCompilerScope. getLocalVars()
-