Uses of Class
org.apache.sling.query.impl.selector.parser.State
-
Packages that use State Package Description org.apache.sling.query.impl.selector.parser -
-
Uses of State in org.apache.sling.query.impl.selector.parser
Methods in org.apache.sling.query.impl.selector.parser that return State Modifier and Type Method Description State
ParserContext. getState()
static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-