abc4j API Specification

scanner
Class IsAlphaTransition

java.lang.Object
  extended by scanner.Transition
      extended by scanner.IsAlphaTransition

public class IsAlphaTransition
extends Transition

This class defines a transition that corresponds to any alpha character : a letter, upper or lower case.


Constructor Summary
IsAlphaTransition(State state)
          Default constructor.
 
Method Summary
 
Methods inherited from class scanner.Transition
add, contains, contains, getChars, getSourceState, getTargetState, intersect, isPossible, isSelfTransition, setTargetState, substract, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsAlphaTransition

public IsAlphaTransition(State state)
Default constructor.


abc4j API Specification

Submit a bug or feature