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.
 
Methods inherited from interface org.inxar.jenesis.Expression
getType
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

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.