public class ASTNodeBinaryOp extends ASTNode
| Modifier and Type | Field and Description |
|---|---|
static int |
ASSOC_LEFT |
static int |
ASSOC_RIGHT |
int |
associativity |
Vector<ASTNode> |
exprs |
Vector<Integer> |
ops |
| Constructor and Description |
|---|
ASTNodeBinaryOp() |
| Modifier and Type | Method and Description |
|---|---|
XPathExpression |
build() |
Vector<ASTNode> |
getChildren() |
public static final int ASSOC_LEFT
public static final int ASSOC_RIGHT
public int associativity
public Vector<ASTNode> getChildren()
getChildren in class ASTNodepublic XPathExpression build() throws XPathSyntaxException
build in class ASTNodeXPathSyntaxExceptionCopyright © 2021. All rights reserved.