public class DFA extends Object
Modifier and Type | Field and Description |
---|---|
int |
accepting |
net.amygdalum.util.io.CharClassMapper |
mapper |
int |
silent |
int |
start |
int[] |
transitions |
Constructor and Description |
---|
DFA(int start,
int accepting,
int silent,
net.amygdalum.util.io.CharClassMapper mapper,
int[] transitions) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(int s) |
static DFA |
from(NFA nfa) |
int |
next(int s,
char c) |
boolean |
silent(int s) |
public int start
public int accepting
public int silent
public net.amygdalum.util.io.CharClassMapper mapper
public int[] transitions
Copyright © 2019. All rights reserved.