public class

ASTAppender

extends Object
java.lang.Object
   ↳ org.hibernate.hql.ast.util.ASTAppender

Class Overview

Appends child nodes to a parent efficiently.

Summary

Public Constructors
ASTAppender(ASTFactory factory, AST parent)
ASTAppender(AST parent)
Public Methods
AST append(AST child)
AST append(int type, String text, boolean appendIfEmpty)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ASTAppender (ASTFactory factory, AST parent)

public ASTAppender (AST parent)

Public Methods

public AST append (AST child)

public AST append (int type, String text, boolean appendIfEmpty)