org.mvel2.util
Class ASTBinaryTree

java.lang.Object
  extended by org.mvel2.util.ASTBinaryTree

public class ASTBinaryTree
extends Object


Constructor Summary
ASTBinaryTree(ASTNode node)
           
 
Method Summary
 ASTBinaryTree append(ASTNode node)
           
static ASTBinaryTree buildTree(ASTIterator input)
           
 Class<?> getReturnType(boolean strongTyping)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2011. All Rights Reserved.