| Package | Description |
|---|---|
| com.helger.pgcc.parser |
A grammar and lexer generator.
|
| Modifier and Type | Field and Description |
|---|---|
static NfaState |
LexGenJava.s_initialState |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,NfaState> |
LexGenJava.s_initStates |
| Modifier and Type | Method and Description |
|---|---|
static int |
NfaState.moveFromSetForRegEx(char c,
NfaState[] states,
NfaState[] newStates,
int round) |
static int |
NfaState.moveFromSetForRegEx(char c,
NfaState[] states,
NfaState[] newStates,
int round) |
| Modifier and Type | Method and Description |
|---|---|
int |
NfaState.moveFrom(char c,
List<NfaState> newStates) |
static int |
NfaState.moveFromSet(char c,
List<NfaState> states,
List<NfaState> newStates) |
static int |
NfaState.moveFromSet(char c,
List<NfaState> states,
List<NfaState> newStates) |
| Constructor and Description |
|---|
Nfa(NfaState startGiven,
NfaState finalGiven) |
Copyright © 2017–2019 Philip Helger. All rights reserved.