public class BinaryOpExpr extends OpExpr
NodeImplBase.Scoped| Constructor and Description |
|---|
BinaryOpExpr(Expr arg1,
JooSymbol op,
Expr arg2) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
Expr |
getArg1() |
Expr |
getArg2() |
List<? extends AstNode> |
getChildren() |
JooSymbol |
getSymbol() |
boolean |
isCompileTimeConstant() |
boolean |
isRuntimeConstant() |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
analyze, getParentNode, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class NodeImplBasepublic void visit(AstVisitor visitor) throws IOException
IOExceptionpublic void scope(Scope scope)
public void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class NodeImplBasepublic JooSymbol getSymbol()
public boolean isRuntimeConstant()
isRuntimeConstant in class Exprpublic boolean isCompileTimeConstant()
isCompileTimeConstant in class Exprpublic Expr getArg1()
public Expr getArg2()
Copyright © 2002–2015 CoreMedia AG. All rights reserved.