|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectkoala.dynamicjava.tree.Node
koala.dynamicjava.tree.Expression
koala.dynamicjava.tree.BinaryExpression
koala.dynamicjava.tree.AssignExpression
This class represents the assign expression nodes of the syntax tree
| Field Summary |
| Fields inherited from class koala.dynamicjava.tree.BinaryExpression |
LEFT_EXPRESSION, RIGHT_EXPRESSION |
| Fields inherited from class koala.dynamicjava.tree.Node |
BEGIN_COLUMN, BEGIN_LINE, END_COLUMN, END_LINE, FILENAME |
| Constructor Summary | |
protected |
AssignExpression(Expression lexp,
Expression rexp,
java.lang.String fn,
int bl,
int bc,
int el,
int ec)
Initializes the expression |
| Methods inherited from class koala.dynamicjava.tree.BinaryExpression |
getLeftExpression, getRightExpression, setLeftExpression, setRightExpression |
| Methods inherited from class koala.dynamicjava.tree.Node |
acceptVisitor, addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, getBeginColumn, getBeginLine, getEndColumn, getEndLine, getFilename, getProperties, getProperty, hasProperty, removePropertyChangeListener, removePropertyChangeListener, setBeginColumn, setBeginLine, setEndColumn, setEndLine, setFilename, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected AssignExpression(Expression lexp,
Expression rexp,
java.lang.String fn,
int bl,
int bc,
int el,
int ec)
lexp - the LHS expressionrexp - the RHS expressionfn - the filenamebl - the begin linebc - the begin columnel - the end lineec - the end column
java.lang.IllegalArgumentException - if lexp is null or rexp is null
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||