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

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

public static final class Operator.Postfix
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.Postfix DEC
           
static Operator.Postfix INC
           
 
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.Postfix INC

DEC

public static final Operator.Postfix DEC