Package org.javarosa.xpath.parser.ast
Class ASTNodeBinaryOp
java.lang.Object
org.javarosa.xpath.parser.ast.ASTNode
org.javarosa.xpath.parser.ast.ASTNodeBinaryOp
public class ASTNodeBinaryOp extends ASTNode
-
Field Summary
Fields Modifier and Type Field Description static intASSOC_LEFTstatic intASSOC_RIGHTintassociativityVector<ASTNode>exprsVector<Integer>ops -
Constructor Summary
Constructors Constructor Description ASTNodeBinaryOp() -
Method Summary
Modifier and Type Method Description XPathExpressionbuild()Vector<ASTNode>getChildren()
-
Field Details
-
ASSOC_LEFT
public static final int ASSOC_LEFT- See Also:
- Constant Field Values
-
ASSOC_RIGHT
public static final int ASSOC_RIGHT- See Also:
- Constant Field Values
-
associativity
public int associativity -
exprs
-
ops
-
-
Constructor Details
-
ASTNodeBinaryOp
public ASTNodeBinaryOp()
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin classASTNode
-
build
- Specified by:
buildin classASTNode- Throws:
XPathSyntaxException
-