net.jangaroo.jooc.ast
Class AssignmentOpExpr
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.OpExpr
net.jangaroo.jooc.ast.BinaryOpExpr
net.jangaroo.jooc.ast.AssignmentOpExpr
- All Implemented Interfaces:
- AstNode
public class AssignmentOpExpr
- extends BinaryOpExpr
- 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 |
AssignmentOpExpr
public AssignmentOpExpr(Expr arg1,
JooSymbol op,
Expr arg2)
visit
public void visit(AstVisitor visitor)
throws IOException
- Specified by:
visit in interface AstNode- Overrides:
visit in class BinaryOpExpr
- Throws:
IOException
Copyright © 2002–2014 CoreMedia AG. All rights reserved.