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