public class InfixOpExpr extends BinaryOpExpr
NodeImplBase.ScopedusesInstanceThis| Modifier | Constructor and Description |
|---|---|
protected |
InfixOpExpr(Expr arg1,
JooSymbol op,
Expr arg2) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
void |
scope(Scope scope) |
void |
visit(AstVisitor visitor) |
getArg1, getArg2, getChildren, getSymbol, isCompileTimeConstant, isRuntimeConstant, isStandAloneConstantanalyze, getParentNode, makeChildren, notifyInstanceThisUsed, propagateInstanceThisUsed, scope, usesInstanceThis, withNewDeclarationScope, withNewLabelScopepublic void scope(Scope scope)
scope in interface AstNodescope in class BinaryOpExprpublic void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class BinaryOpExprpublic void visit(AstVisitor visitor) throws IOException
visit in interface AstNodevisit in class BinaryOpExprIOExceptionCopyright © 2002–2021 CoreMedia AG. All rights reserved.