Class GlobToRegex.State
java.lang.Object
com.google.common.jimfs.GlobToRegex.State
- Enclosing class:
GlobToRegex
Converter state.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidfinish(GlobToRegex converter) Called after all characters have been read.(package private) abstract voidprocess(GlobToRegex converter, char c) Process the next character with the current state, transitioning the converter to a new state if necessary.
-
Constructor Details
-
State
private State()
-
-
Method Details
-
process
Process the next character with the current state, transitioning the converter to a new state if necessary. -
finish
Called after all characters have been read.
-