| Package | Description |
|---|---|
| qilin.pta.toolkits.turner |
| Modifier and Type | Method and Description |
|---|---|
DFA.TranCond |
TranEdge.getTranCond() |
static DFA.TranCond |
DFA.TranCond.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DFA.TranCond[] |
DFA.TranCond.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static DFA.State |
DFA.nextState(DFA.State curr,
DFA.TranCond tranCond) |
| Constructor and Description |
|---|
TranEdge(Object s,
Object d,
DFA.TranCond tran) |
Copyright © 2024 Soot OSS. All rights reserved.