Uses of Class
io.roastedroot.zerofs.GlobToRegex.State
-
-
Uses of GlobToRegex.State in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs declared as GlobToRegex.State Modifier and Type Field Description private static GlobToRegex.StateGlobToRegex. BRACKETState inside [brackets], but not at the first character inside the brackets.private static GlobToRegex.StateGlobToRegex. BRACKET_FIRST_CHARState immediately following the reading of a [.private static GlobToRegex.StateGlobToRegex. CURLY_BRACEState inside {curly braces}.private static GlobToRegex.StateGlobToRegex. ESCAPEState following the reading of a single \.private static GlobToRegex.StateGlobToRegex. NORMALNormal state.private static GlobToRegex.StateGlobToRegex. STARState following the reading of a single *.Fields in io.roastedroot.zerofs with type parameters of type GlobToRegex.State Modifier and Type Field Description private java.util.Deque<GlobToRegex.State>GlobToRegex. statesMethods in io.roastedroot.zerofs that return GlobToRegex.State Modifier and Type Method Description private GlobToRegex.StateGlobToRegex. currentState()Returns the current state.Methods in io.roastedroot.zerofs with parameters of type GlobToRegex.State Modifier and Type Method Description private voidGlobToRegex. pushState(GlobToRegex.State state)Enters the given state.
-