Class ASTBinaryTree
java.lang.Object
org.mvel2.util.ASTBinaryTree
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ASTBinaryTreeprivate ASTBinaryTreeprivate final ASTNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ASTBinaryTreebuildTree(ASTIterator input) private intcomparePrecedence(ASTNode node1, ASTNode node2) Class<?> getReturnType(boolean strongTyping)
-
Field Details
-
root
-
left
-
right
-
-
Constructor Details
-
ASTBinaryTree
-
-
Method Details
-
append
-
getReturnType
-
comparePrecedence
-
buildTree
-