net.jangaroo.jooc.ast
Class InfixOpExpr
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.InfixOpExpr
- All Implemented Interfaces:
- AstNode, CodeGenerator
- Direct Known Subclasses:
- AsExpr, IsExpr
public class InfixOpExpr
- extends BinaryOpExpr
A BinaryOpExpr for AS3 infix operators that are not supported directly in JS.
For JS, the operand is generated as a function receiving the two arguments.
- Author:
- Frank Wienberg
| 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 |
InfixOpExpr
protected InfixOpExpr(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
scope
public void scope(Scope scope)
- Specified by:
scope in interface AstNode- Overrides:
scope in class BinaryOpExpr
Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.