| |
|
| java.lang.Object com.tc.jrexx.automaton.Automaton com.tc.jrexx.set.AutomatonSet_String com.tc.jrexx.regex.Automaton_Pattern
Inner Class :protected static class PProperties extends SProperties | |
Inner Class :protected interface IPState extends ISState | |
Inner Class :interface TerminalFormat | |
Inner Class :final class TerminalFormat_LITERAL implements TerminalFormat | |
Inner Class :final class TerminalFormat_LITERALSET implements TerminalFormat | |
Inner Class :final class TerminalFormat_GroupBegin implements TerminalFormat | |
Inner Class :final class TerminalFormat_GroupEnd implements TerminalFormat | |
Inner Class :final class TerminalFormat_REPETITION implements TerminalFormat | |
Inner Class :final class TerminalFormat_LABEL implements TerminalFormat | |
Inner Class :final class TerminalFormat_RegExp implements TerminalFormat | |
Automaton_Pattern | protected Automaton_Pattern()(Code) | | |
Automaton_Pattern | protected Automaton_Pattern(String regEx)(Code) | | |
addAll | protected void addAll(SState state)(Code) | | |
addState | protected SState addState(boolean isFinal)(Code) | | |
clear | protected void clear()(Code) | | |
complement | protected SState complement(SState state)(Code) | | |
complement | protected void complement()(Code) | | |
concat | protected SState concat(SState state_A, SState state_B)(Code) | | |
createState | protected State createState()(Code) | | |
createState | protected SState createState(boolean isFinal)(Code) | | |
getStates | protected LinkedSet_State getStates()(Code) | | |
intersect | protected SState intersect(SState state_A, SState state_B)(Code) | | |
isDeterministic | protected boolean isDeterministic()(Code) | | |
isDeterministic | protected boolean isDeterministic(State startState)(Code) | | |
minimize | protected void minimize()(Code) | | |
newLinkedSet_State | protected LinkedSet_State newLinkedSet_State()(Code) | | |
newLinkedSet_State | protected LinkedSet_State newLinkedSet_State(State state)(Code) | | |
removeState | protected boolean removeState(PState removeState)(Code) | | |
removeUselessStates | protected void removeUselessStates()(Code) | | |
repeat | protected SState repeat(SState state, int minTimes, int maxTimes)(Code) | | |
setStartState | protected void setStartState(SState state)(Code) | | |
union | protected SState union(SState state_A, SState state_B)(Code) | | |
|
|
|