| |
|
| java.lang.Object org.codehaus.groovy.classgen.Variable
Variable | public class Variable (Code) | | Represents compile time variable metadata while compiling a method.
author: James Strachan version: $Revision: 3715 $ |
getEndLabel | public Label getEndLabel()(Code) | | |
getIndex | public int getIndex()(Code) | | the stack index for this variable |
getStartLabel | public Label getStartLabel()(Code) | | |
isDynamicTyped | public boolean isDynamicTyped()(Code) | | |
isHolder | public boolean isHolder()(Code) | | is this local variable shared in other scopes (and so must use a ValueHolder) |
isProperty | public boolean isProperty()(Code) | | |
setDynamicTyped | public void setDynamicTyped(boolean b)(Code) | | |
setEndLabel | public void setEndLabel(Label endLabel)(Code) | | |
setHolder | public void setHolder(boolean holder)(Code) | | |
setProperty | public void setProperty(boolean property)(Code) | | |
setStartLabel | public void setStartLabel(Label startLabel)(Code) | | |
|
|
|