C# Class NHibernate.Hql.Ast.HqlTreeNode

Show file Open project: nhibernate/nhibernate-core Class Usage Examples

Private Properties

Property Type Description
AddChild void
AddChildren void

Public Methods

Method Description
ClearChildren ( ) : void

Protected Methods

Method Description
HqlTreeNode ( int type, string text, IASTFactory factory ) : System
HqlTreeNode ( int type, string text, IASTFactory factory, IEnumerable children ) : System
SetText ( string text ) : void

Private Methods

Method Description
AddChild ( HqlTreeNode child ) : void
AddChildren ( IEnumerable children ) : void

Method Details

ClearChildren() public method

public ClearChildren ( ) : void
return void

HqlTreeNode() protected method

protected HqlTreeNode ( int type, string text, IASTFactory factory ) : System
type int
text string
factory IASTFactory
return System

HqlTreeNode() protected method

protected HqlTreeNode ( int type, string text, IASTFactory factory, IEnumerable children ) : System
type int
text string
factory IASTFactory
children IEnumerable
return System

SetText() protected method

protected SetText ( string text ) : void
text string
return void