Uses of Class
com.google.common.jimfs.GlobToRegex.State
-
Uses of GlobToRegex.State in com.google.common.jimfs
Fields in com.google.common.jimfs declared as GlobToRegex.StateModifier and TypeFieldDescriptionprivate static final GlobToRegex.StateGlobToRegex.BRACKETState inside [brackets], but not at the first character inside the brackets.private static final GlobToRegex.StateGlobToRegex.BRACKET_FIRST_CHARState immediately following the reading of a [.private static final GlobToRegex.StateGlobToRegex.CURLY_BRACEState inside {curly braces}.private static final GlobToRegex.StateGlobToRegex.ESCAPEState following the reading of a single \.private static final GlobToRegex.StateGlobToRegex.NORMALNormal state.private static final GlobToRegex.StateGlobToRegex.STARState following the reading of a single *.Fields in com.google.common.jimfs with type parameters of type GlobToRegex.StateMethods in com.google.common.jimfs that return GlobToRegex.StateModifier and TypeMethodDescriptionprivate GlobToRegex.StateGlobToRegex.currentState()Returns the current state.Methods in com.google.common.jimfs with parameters of type GlobToRegex.StateModifier and TypeMethodDescriptionprivate voidGlobToRegex.pushState(GlobToRegex.State state) Enters the given state.