C# Class CFGLib.Parsers.Forests.LeafNode

Inheritance: SppfNode
Afficher le fichier Open project: ellisonch/CFGLib Class Usage Examples

Private Properties

Свойство Type Description
FinishFamily void
GetGraphHelper void
ToStringSimple string

Méthodes publiques

Méthode Description
GetSentence ( ) : Sentence
ToString ( ) : string

Méthodes protégées

Méthode Description
LeafNode ( int start, int end ) : System

Private Methods

Méthode Description
FinishFamily ( ) : void
GetGraphHelper ( Graph g, SppfNodeNode myNode, HashSet visited ) : void
ToStringSimple ( ) : string

Method Details

GetSentence() public abstract méthode

public abstract GetSentence ( ) : Sentence
Résultat Sentence

LeafNode() protected méthode

protected LeafNode ( int start, int end ) : System
start int
end int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string