com.jeffpalm.scoping.compiler.ast
Class Operator.Prefix

java.lang.Object
  extended by com.jeffpalm.scoping.compiler.ast.Operator
      extended by com.jeffpalm.scoping.compiler.ast.Operator.Prefix
Enclosing class:
Operator

public static final class Operator.Prefix
extends Operator


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.scoping.compiler.ast.Operator
Operator.Binary, Operator.Postfix, Operator.Prefix
 
Field Summary
static Operator.Prefix BANG
           
static Operator.Prefix DEC
           
static Operator.Prefix INC
           
static Operator.Prefix MINUS
           
static Operator.Prefix PLUS
           
static Operator.Prefix TILDE
           
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Operator
id, str
 
Method Summary
 
Methods inherited from class com.jeffpalm.scoping.compiler.ast.Operator
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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