jltools.ast
Class Unary.Operator

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

public static class Unary.Operator
extends Enum

Unary expression operator.

See Also:
Serialized Form

Constructor Summary
protected Unary.Operator(java.lang.String name, boolean prefix)
           
 
Method Summary
 boolean isPrefix()
          Returns true of the operator is a prefix operator, false if postfix.
 
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
 

Constructor Detail

Unary.Operator

protected Unary.Operator(java.lang.String name,
                         boolean prefix)
Method Detail

isPrefix

public boolean isPrefix()
Returns true of the operator is a prefix operator, false if postfix.