Свойство | Type | Description | |
---|---|---|---|
firstComment | Comment | ||
hasCtxMoves | bool | ||
ignoreCase | bool |
Méthode | Description | |
---|---|---|
CombineShifts ( ) : void | ||
ConvertToStates ( |
||
CopyFramePart ( string stop ) : void | ||
DFA ( |
||
DeleteRedundantStates ( ) : void | ||
FindAction ( |
||
FindCtxStates ( ) : void | ||
FindTrans ( |
||
FindUsedStates ( |
||
GenComBody ( |
||
GenComment ( |
||
GenLiterals ( ) : void | ||
GetTargetStates ( Action a, |
||
MakeDeterministic ( ) : void | ||
MakeUnique ( |
||
MatchLiteral ( string s, |
||
MeltStates ( |
||
NewComment ( |
||
NewTransition ( |
||
NumberNodes ( |
||
OpenGen ( bool backUp ) : void | ||
PrintStates ( ) : void | ||
SplitActions ( |
||
Step ( State from, Node p, BitArray stepped ) : void | ||
WriteScanner ( ) : void | ||
WriteStartTab ( ) : void | ||
WriteState ( State state ) : void |
Méthode | Description | |
---|---|---|
Ch ( int ch ) : string | ||
ChCond ( char ch ) : string | ||
CommentStr ( |
||
MeltedSet ( int nr ) : |
||
NewMelted ( |
||
NewState ( ) : |
||
Overlap ( Action a, Action b ) : bool | ||
PutRange ( |
||
StateWithSet ( |
||
SymName ( Symbol sym ) : string | ||
TheState ( Node p ) : State |
public ConvertToStates ( |
||
p | ||
sym | ||
Résultat | void |
public CopyFramePart ( string stop ) : void | ||
stop | string | |
Résultat | void |
public FindAction ( |
||
state | ||
ch | char | |
Résultat | Action |
public FindTrans ( |
||
p | ||
start | bool | |
marked | ||
Résultat | void |
public FindUsedStates ( |
||
state | ||
used | ||
Résultat | void |
public GenComment ( |
||
com | ||
i | int | |
Résultat | void |
public GetTargetStates ( Action a, |
||
a | Action | |
targets | ||
endOf | ||
ctx | bool | |
Résultat | void |
public MatchLiteral ( string s, |
||
s | string | |
sym | ||
Résultat | void |
public NewComment ( |
||
from | ||
to | ||
nested | bool | |
Résultat | void |
public NewTransition ( |
||
from | ||
to | ||
typ | int | |
sym | int | |
tc | int | |
Résultat | void |
public NumberNodes ( |
||
p | ||
state | ||
renumIter | bool | |
Résultat | void |
public SplitActions ( |
||
state | ||
a | Action | |
b | Action | |
Résultat | void |
public Step ( State from, Node p, BitArray stepped ) : void | ||
from | State | |
p | Node | |
stepped | BitArray | |
Résultat | void |