C# Class Peg.Base.PegNode

Inheritance: ICloneable
Datei anzeigen Open project: Andos/BinaryFileSchema Class Usage Examples

Public Properties

Property Type Description
id_ int
match_ PegBegEnd
parent_ PegNode

Public Methods

Method Description
Clone ( ) : PegNode
GetAsString ( string s ) : string
PegNode ( PegNode parent, int id ) : System
PegNode ( PegNode parent, int id, PegBegEnd match ) : System
PegNode ( PegNode parent, int id, PegBegEnd match, PegNode child ) : System
PegNode ( PegNode parent, int id, PegBegEnd match, PegNode child, PegNode next ) : System

Protected Methods

Method Description
CloneSubTrees ( PegNode clone ) : void

Private Methods

Method Description
ICloneable ( ) : object

Method Details

Clone() public method

public Clone ( ) : PegNode
return PegNode

CloneSubTrees() protected method

protected CloneSubTrees ( PegNode clone ) : void
clone PegNode
return void

GetAsString() public method

public GetAsString ( string s ) : string
s string
return string

PegNode() public method

public PegNode ( PegNode parent, int id ) : System
parent PegNode
id int
return System

PegNode() public method

public PegNode ( PegNode parent, int id, PegBegEnd match ) : System
parent PegNode
id int
match PegBegEnd
return System

PegNode() public method

public PegNode ( PegNode parent, int id, PegBegEnd match, PegNode child ) : System
parent PegNode
id int
match PegBegEnd
child PegNode
return System

PegNode() public method

public PegNode ( PegNode parent, int id, PegBegEnd match, PegNode child, PegNode next ) : System
parent PegNode
id int
match PegBegEnd
child PegNode
next PegNode
return System

Property Details

id_ public_oe property

public int id_
return int

match_ public_oe property

public PegBegEnd,Peg.Base match_
return PegBegEnd

parent_ public_oe property

public PegNode,Peg.Base parent_
return PegNode