public class ASTBinaryTree extends Object
Constructor and Description |
---|
ASTBinaryTree(ASTNode node) |
Modifier and Type | Method and Description |
---|---|
ASTBinaryTree |
append(ASTNode node) |
static ASTBinaryTree |
buildTree(ASTIterator input) |
Class<?> |
getReturnType(boolean strongTyping) |
public ASTBinaryTree(ASTNode node)
public ASTBinaryTree append(ASTNode node)
public Class<?> getReturnType(boolean strongTyping)
public static ASTBinaryTree buildTree(ASTIterator input)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.