org.inxar.jenesis
Interface Variable
- All Superinterfaces:
- Codeable, Expression
- All Known Subinterfaces:
- Accessor, ArrayAccess, FieldAccess, Invoke
- public interface Variable
- extends Expression
Expression
subinterface for variables (references). It
can be used as an lvalue.
Method Summary |
java.lang.String |
getName()
Gets the name of this variable. |
void |
setName(java.lang.String label)
Sets the name of this variable. |
setName
public void setName(java.lang.String label)
- Sets the name of this variable.
getName
public java.lang.String getName()
- Gets the name of this variable.