net.jangaroo.jooc.ast
Class PrefixOpExpr

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.PrefixOpExpr
All Implemented Interfaces:
AstNode

public class PrefixOpExpr
extends UnaryOpExpr

Author:
Andreas Gawecki

Nested Class Summary
 
Nested classes/interfaces inherited from class net.jangaroo.jooc.ast.NodeImplBase
NodeImplBase.Scoped
 
Constructor Summary
PrefixOpExpr(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

PrefixOpExpr

public PrefixOpExpr(JooSymbol op,
                    Expr arg)
Method Detail

visit

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

getSymbol

public JooSymbol getSymbol()


Copyright © 2002-2013 CoreMedia AG. All Rights Reserved.