public class LexicalFSA extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LexicalFSA.Alphabet |
static class |
LexicalFSA.State |
| Constructor and Description |
|---|
LexicalFSA() |
| Modifier and Type | Method and Description |
|---|---|
static LexicalFSA.State |
getNextState(LexicalFSA.State curState,
LexicalFSA.Alphabet symbol) |
static LexicalFSA.Alphabet |
getSymbol(char c,
char lastchar,
char lookahead) |
public static LexicalFSA.State getNextState(LexicalFSA.State curState, LexicalFSA.Alphabet symbol)
public static LexicalFSA.Alphabet getSymbol(char c, char lastchar, char lookahead)
Copyright © 2017. All rights reserved.