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