Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
RegularExpressionDataGenerator
Parser
C# Class RegularExpressionDataGenerator.Parser
Mostra file
Open project: GoranSiska/rxrdg
Class Usage Examples
Public Methods
Method
Description
EndState
( ) :
void
Parse
(
IEnumerable
tokens
) :
INode
Parse
(
string
expression
) :
INode
ToState
(
ParseState
state
) :
void
Method Details
EndState()
public
method
public
EndState
( ) :
void
return
void
Parse()
public
method
public
Parse
(
IEnumerable
tokens
) :
INode
tokens
IEnumerable
return
INode
Parse()
public
method
public
Parse
(
string
expression
) :
INode
expression
string
return
INode
ToState()
public
method
public
ToState
(
ParseState
state
) :
void
state
ParseState
return
void