net.jangaroo.jooc.ast
Class BinaryOpExpr
java.lang.Object
net.jangaroo.jooc.ast.NodeImplBase
net.jangaroo.jooc.ast.Expr
net.jangaroo.jooc.ast.OpExpr
net.jangaroo.jooc.ast.BinaryOpExpr
- All Implemented Interfaces:
- AstNode, CodeGenerator
- Direct Known Subclasses:
- AssignmentOpExpr, InfixOpExpr
public class BinaryOpExpr
- extends OpExpr
- 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 |
BinaryOpExpr
public BinaryOpExpr(Expr arg1,
JooSymbol op,
Expr arg2)
visit
public void visit(AstVisitor visitor)
throws IOException
- Throws:
IOException
scope
public void scope(Scope scope)
analyze
public void analyze(AstNode parentNode)
- Specified by:
analyze in interface AstNode- Overrides:
analyze in class NodeImplBase
getSymbol
public JooSymbol getSymbol()
isCompileTimeConstant
public boolean isCompileTimeConstant()
- Overrides:
isCompileTimeConstant in class Expr
getArg1
public Expr getArg1()
getArg2
public Expr getArg2()
Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.