Uses of Class
org.jparsec.containers.Context
Packages that use Context
-
Uses of Context in org.jparsec
Methods in org.jparsec that return ContextModifier and TypeMethodDescriptionstatic ContextConvenience method for wrapping text in Context.Methods in org.jparsec with parameters of type ContextModifier and TypeMethodDescriptionvoidMatcher.assertEquals(Context input, T value) abstract MatchResult<T> Matcher.parseMaybe(Context ctx) -
Uses of Context in org.jparsec.combinator
Methods in org.jparsec.combinator with parameters of type ContextModifier and TypeMethodDescriptionMatchResult<List<T>> MatchResult<Either<T, U>> MatchResult<List<T>> MatchResult<Pair<T, U>> MatchResult<List<T>> MatchResult<List<T>> -
Uses of Context in org.jparsec.containers
Methods in org.jparsec.containers that return ContextModifier and TypeMethodDescriptionContext.copy()Err.ctx()Returns the value of thectxrecord component.Ok.ctx()Returns the value of thectxrecord component.static ContextMethods in org.jparsec.containers with parameters of type ContextConstructors in org.jparsec.containers with parameters of type Context