jltools.ast
Class Binary.Operator

java.lang.Object
  |
  +--jltools.util.Enum
        |
        +--jltools.ast.Binary.Operator
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Binary

public static class Binary.Operator
extends Enum

Binary expression operator.

See Also:
Serialized Form

Field Summary
protected  Precedence prec
           
 
Constructor Summary
protected Binary.Operator(java.lang.String name, Precedence prec)
           
 
Method Summary
 Precedence precedence()
          Returns the precedence of the operator.
 
Methods inherited from class jltools.util.Enum
equals, intern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

prec

protected Precedence prec
Constructor Detail

Binary.Operator

protected Binary.Operator(java.lang.String name,
                          Precedence prec)
Method Detail

precedence

public Precedence precedence()
Returns the precedence of the operator.