|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.util.Enum
polyglot.ast.Binary.Operator
Binary expression operator.
Constructor Summary | |
Binary.Operator(java.lang.String name,
Precedence prec)
|
Method Summary | |
Precedence |
precedence()
Returns the precedence of the operator. |
Methods inherited from class polyglot.util.Enum |
equals, intern, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Binary.Operator(java.lang.String name, Precedence prec)
Method Detail |
public Precedence precedence()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |