Package org.mvel2.util
Class ASTBinaryTree
- java.lang.Object
-
- org.mvel2.util.ASTBinaryTree
-
public class ASTBinaryTree extends Object
-
-
Constructor Summary
Constructors Constructor Description ASTBinaryTree(ASTNode node)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ASTBinaryTreeappend(ASTNode node)static ASTBinaryTreebuildTree(ASTIterator input)Class<?>getReturnType(boolean strongTyping)
-
-
-
Constructor Detail
-
ASTBinaryTree
public ASTBinaryTree(ASTNode node)
-
-
Method Detail
-
append
public ASTBinaryTree append(ASTNode node)
-
getReturnType
public Class<?> getReturnType(boolean strongTyping)
-
buildTree
public static ASTBinaryTree buildTree(ASTIterator input)
-
-