Uses of Class
com.github.rvesse.airline.Context
-
Packages that use Context Package Description com.github.rvesse.airline com.github.rvesse.airline.help.suggester com.github.rvesse.airline.parser -
-
Uses of Context in com.github.rvesse.airline
Methods in com.github.rvesse.airline that return Context Modifier and Type Method Description static Context
Context. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Context[]
Context. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Context in com.github.rvesse.airline.help.suggester
Fields in com.github.rvesse.airline.help.suggester with type parameters of type Context Modifier and Type Field Description private static java.util.Map<Context,java.lang.Class<? extends Suggester>>
SuggestCommand. BUILTIN_SUGGESTERS
-
Uses of Context in com.github.rvesse.airline.parser
Fields in com.github.rvesse.airline.parser with type parameters of type Context Modifier and Type Field Description private java.util.List<Context>
ParseState. locationStack
Methods in com.github.rvesse.airline.parser that return Context Modifier and Type Method Description Context
ParseState. getLocation()
Methods in com.github.rvesse.airline.parser with parameters of type Context Modifier and Type Method Description ParseState<T>
ParseState. pushContext(Context location)
-