net.jangaroo.jooc.ast
Class PrefixOpExpr
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.PrefixOpExpr
- All Implemented Interfaces:
- AstNode, CodeGenerator
public class PrefixOpExpr
- 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 |
PrefixOpExpr
public PrefixOpExpr(JooSymbol op,
Expr arg)
visit
public void visit(AstVisitor visitor)
throws IOException
- Throws:
IOException
getSymbol
public JooSymbol getSymbol()
Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.