C# Class CFGLib.Parsers.Forests.LeafNode

Inheritance: SppfNode
Show file Open project: ellisonch/CFGLib Class Usage Examples

Private Properties

Property Type Description
FinishFamily void
GetGraphHelper void
ToStringSimple string

Public Methods

Method Description
GetSentence ( ) : Sentence
ToString ( ) : string

Protected Methods

Method Description
LeafNode ( int start, int end ) : System

Private Methods

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

Method Details

GetSentence() public abstract method

public abstract GetSentence ( ) : Sentence
return Sentence

LeafNode() protected method

protected LeafNode ( int start, int end ) : System
start int
end int
return System

ToString() public method

public ToString ( ) : string
return string