|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.badgersinfoil.metaas.dom.ASPostfixExpression.Op
public static class ASPostfixExpression.Op
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 |
|---|
public static final ASPostfixExpression.Op POSTDEC
expr--
public static final ASPostfixExpression.Op POSTINC
expr++
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||