- addOptimizedTransitionvoid addOptimizedTransition(Transition e) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- addTransitionvoid addTransition(Transition e) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- equalsbool equals(Object o) 
- getNumberOfTransitionsint getNumberOfTransitions() 
- getOptimizedTransitionTransition getOptimizedTransition(size_t i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getStateTypeint getStateType() 
- Undocumented in source. 
- getTransitionsTransition[] getTransitions() 
- hashCodeint hashCode() 
- isNonGreedyExitStatebool isNonGreedyExitState() 
- isOptimizedbool isOptimized() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- numberOfOptimizedTransitionssize_t numberOfOptimizedTransitions() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onlyHasEpsilonTransitionsbool onlyHasEpsilonTransitions() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- optimizedTransitionsTransition[] optimizedTransitions() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- optimizedTransitionsvoid optimizedTransitions(Transition[] optimizedTransitions) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removeOptimizedTransitionvoid removeOptimizedTransition(size_t i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- removeTransitionTransition removeTransition(int index) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setOptimizedTransitionvoid setOptimizedTransition(size_t i, Transition e) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setRuleIndexvoid setRuleIndex(int ruleIndex) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- setTransitionvoid setTransition(int i, Transition e) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toStringstring toString() 
- @uml
@pure
@safe
@override 
- transitionTransition transition(int i) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
The following images show the relation of states and {@link ATNState#transitions} for various grammar constructs.