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 IRCompilerLocalVar
IRCompilerScope. createLocalVar(IRSymbol symbol)
IRCompilerLocalVar
IRCompilerScope. findLocalVar(IRSymbol symbol)
IRCompilerLocalVar
IRBytecodeContext. getLocalVar(IRSymbol symbol)
IRCompilerLocalVar
IRBytecodeContext. 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()
-