Class AfterIndexState
- java.lang.Object
-
- de.quantummaid.httpmaid.mappath.statemachine.states.AfterIndexState
-
-
Constructor Summary
Constructors Constructor Description AfterIndexState()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StateafterIndexState()TransitionhandleClosingSquareBrackets()TransitionhandleDot()TransitionhandleEnd()TransitionhandleNonNumericCharacter(char c)TransitionhandleNumericCharacter(char c)TransitionhandleOpeningSquareBrackets()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.mappath.statemachine.states.State
handleNewline
-
-
-
-
Method Detail
-
afterIndexState
public static State afterIndexState()
-
handleOpeningSquareBrackets
public Transition handleOpeningSquareBrackets()
- Specified by:
handleOpeningSquareBracketsin interfaceState
-
handleClosingSquareBrackets
public Transition handleClosingSquareBrackets()
- Specified by:
handleClosingSquareBracketsin interfaceState
-
handleDot
public Transition handleDot()
-
handleNumericCharacter
public Transition handleNumericCharacter(char c)
- Specified by:
handleNumericCharacterin interfaceState
-
handleNonNumericCharacter
public Transition handleNonNumericCharacter(char c)
- Specified by:
handleNonNumericCharacterin interfaceState
-
handleEnd
public Transition handleEnd()
-
-