C# Class System.Xml.Schema.LeafNode

Terminal of the syntax tree
Inheritance: SyntaxTreeNode
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( Positions positions ) : SyntaxTreeNode
ConstructPos ( BitSet firstpos, BitSet lastpos, BitSet followpos ) : void
Dump ( StringBuilder bb, SymbolsDictionary symbols, Positions positions ) : void
ExpandTree ( InteriorNode parent, SymbolsDictionary symbols, Positions positions ) : void
LeafNode ( int pos ) : System

Method Details

Clone() public méthode

public Clone ( Positions positions ) : SyntaxTreeNode
positions Positions
Résultat SyntaxTreeNode

ConstructPos() public méthode

public ConstructPos ( BitSet firstpos, BitSet lastpos, BitSet followpos ) : void
firstpos BitSet
lastpos BitSet
followpos BitSet
Résultat void

Dump() public méthode

public Dump ( StringBuilder bb, SymbolsDictionary symbols, Positions positions ) : void
bb StringBuilder
symbols SymbolsDictionary
positions Positions
Résultat void

ExpandTree() public méthode

public ExpandTree ( InteriorNode parent, SymbolsDictionary symbols, Positions positions ) : void
parent InteriorNode
symbols SymbolsDictionary
positions Positions
Résultat void

LeafNode() public méthode

public LeafNode ( int pos ) : System
pos int
Résultat System