Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
CFGLib
Parsers
Forests
TerminalNode
C# Class CFGLib.Parsers.Forests.TerminalNode
Inheritance:
LeafNode
Datei anzeigen
Open project: ellisonch/CFGLib
Class Usage Examples
Public Methods
Method
Description
GetSentence
( ) :
Sentence
TerminalNode
(
Terminal
terminal
,
int
start
,
int
end
) :
System
Method Details
GetSentence()
public
method
public
GetSentence
( ) :
Sentence
return
Sentence
TerminalNode()
public
method
public
TerminalNode
(
Terminal
terminal
,
int
start
,
int
end
) :
System
terminal
Terminal
start
int
end
int
return
System