DFA
Constructors
Types
Functions
Link copied to clipboard
Checks if the FSM is currently in an accepting state.
Link copied to clipboard
Checks if the transition with operator op is possible from the current state of the FSM. If so, it updates the state of the FSM and returns true. If no transition is possible, returns false. Collects the old state, the edge and the cpg node in the executionTrace
Link copied to clipboard
Generates the string representing this FSM in DOT format. This allows a simple visualization of the resulting automaton.