Modifier and Type | Field and Description |
---|---|
int |
nextSlot |
Map<String,LocalVariable> |
varMap |
Constructor and Description |
---|
IRScope.LocalVariableAllocator() |
Modifier and Type | Method and Description |
---|---|
LocalVariable |
getVariable(String name) |
void |
putVariable(String name,
LocalVariable var) |
public int nextSlot
public Map<String,LocalVariable> varMap
public final LocalVariable getVariable(String name)
public final void putVariable(String name, LocalVariable var)
Copyright © 2001-2014 JRuby. All Rights Reserved.