|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.ast.ASTree
coins.ast.expr.OperatorExpr
Expressions including an operator.
| Constructor Summary | |
OperatorExpr()
|
|
| Method Summary | |
protected java.lang.String |
getTag()
Returns the type of this node. |
abstract int |
operatorId()
Returns the token identifier of the operator name. |
abstract java.lang.String |
operatorName()
Returns the string representation of the operator name. |
| Methods inherited from class coins.ast.ASTree |
accept, getLeft, getRight, putSeparator, rightToString, setLeft, setRight, toString, toString1 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface coins.ast.Expr |
getType |
| Constructor Detail |
public OperatorExpr()
| Method Detail |
public abstract int operatorId()
public abstract java.lang.String operatorName()
protected java.lang.String getTag()
ASTreetoString().
getTag in class ASTree
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||