uk.co.badgersinfoil.metaas.dom
Class ASPostfixExpression.Op

java.lang.Object
  extended by uk.co.badgersinfoil.metaas.dom.ASPostfixExpression.Op
Enclosing interface:
ASPostfixExpression

public static class ASPostfixExpression.Op
extends java.lang.Object

The operators allowed for postfix expressions


Field Summary
static ASPostfixExpression.Op POSTDEC
          Post-decrement expr--
static ASPostfixExpression.Op POSTINC
          Post-increment expr++
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

POSTDEC

public static final ASPostfixExpression.Op POSTDEC
Post-decrement expr--


POSTINC

public static final ASPostfixExpression.Op POSTINC
Post-increment expr++

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2006-2008 David Holroyd. All Rights Reserved.