Package 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
- 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
-
-
Field Summary
-
Fields inherited from class net.jangaroo.jooc.ast.NodeImplBase
usesInstanceThis
-
-
Constructor Summary
Constructors Constructor Description PostfixOpExpr(JooSymbol op, Expr arg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JooSymbolgetSymbol()voidvisit(AstVisitor visitor)-
Methods inherited from class net.jangaroo.jooc.ast.UnaryOpExpr
analyze, getArg, getChildren, isCompileTimeConstant, isRuntimeConstant, isStandAloneConstant, scope
-
Methods inherited from class net.jangaroo.jooc.ast.Expr
getType, isOfAS3Type, setType
-
Methods inherited from class net.jangaroo.jooc.ast.NodeImplBase
analyze, getParentNode, isAssignmentLHS, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScope
-
-
-
-
Method Detail
-
visit
public void visit(AstVisitor visitor) throws IOException
- Throws:
IOException
-
getSymbol
public JooSymbol getSymbol()
-
-