public class DFA extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DFA.State |
static class |
DFA.TranCond |
| Constructor and Description |
|---|
DFA() |
| Modifier and Type | Method and Description |
|---|---|
static DFA.State |
nextState(DFA.State curr,
DFA.TranCond tranCond) |
static DFA.State |
nextState2(DFA.TranCond tranCond) |
public static DFA.State nextState(DFA.State curr, DFA.TranCond tranCond)
public static DFA.State nextState2(DFA.TranCond tranCond)
Copyright © 2024 Soot OSS. All rights reserved.