net.jangaroo.jooc.ast
Class PostfixOpExpr
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.OpExpr
net.jangaroo.jooc.ast.UnaryOpExpr
net.jangaroo.jooc.ast.PostfixOpExpr
- All Implemented Interfaces:
- AstNode, CodeGenerator
- Direct Known Subclasses:
- DotExpr
public class PostfixOpExpr
- extends UnaryOpExpr
- Author:
- Andreas Gawecki
| Methods inherited from class net.jangaroo.jooc.ast.OpExpr |
getOp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostfixOpExpr
public PostfixOpExpr(JooSymbol op,
Expr arg)
visit
public void visit(AstVisitor visitor)
throws IOException
- Throws:
IOException
getSymbol
public JooSymbol getSymbol()
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.