net.jangaroo.jooc.ast
Class PostfixOpExpr

java.lang.Object
  extended by net.jangaroo.jooc.ast.NodeImplBase
      extended by net.jangaroo.jooc.ast.Expr
          extended by net.jangaroo.jooc.ast.OpExpr
              extended by net.jangaroo.jooc.ast.UnaryOpExpr
                  extended by net.jangaroo.jooc.ast.PostfixOpExpr
All Implemented Interfaces:
AstNode
Direct Known Subclasses:
DotExpr

public class PostfixOpExpr
extends UnaryOpExpr

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
PostfixOpExpr(JooSymbol op, Expr arg)
           
 
Method Summary
 JooSymbol getSymbol()
           
 void visit(AstVisitor visitor)
           
 
Methods inherited from class net.jangaroo.jooc.ast.UnaryOpExpr
analyze, getArg, getChildren, isCompileTimeConstant, isRuntimeConstant, scope
 
Methods inherited from class net.jangaroo.jooc.ast.OpExpr
getOp
 
Methods inherited from class net.jangaroo.jooc.ast.Expr
getType, setType
 
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostfixOpExpr

public PostfixOpExpr(JooSymbol op,
                     Expr arg)
Method Detail

visit

public void visit(AstVisitor visitor)
           throws IOException
Throws:
IOException

getSymbol

public JooSymbol getSymbol()


Copyright © 2002–2014 CoreMedia AG. All rights reserved.