com.jeffpalm.scoping.compiler.ast
Class Operator.Prefix
java.lang.Object
com.jeffpalm.scoping.compiler.ast.Operator
com.jeffpalm.scoping.compiler.ast.Operator.Prefix
- Enclosing class:
- Operator
public static final class Operator.Prefix
- extends Operator
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Operator |
id, str |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
INC
public static final Operator.Prefix INC
DEC
public static final Operator.Prefix DEC
BANG
public static final Operator.Prefix BANG
TILDE
public static final Operator.Prefix TILDE
PLUS
public static final Operator.Prefix PLUS
MINUS
public static final Operator.Prefix MINUS