Uses of Class
jjparse.Parsing.Result
Packages that use Parsing.Result
-
Uses of Parsing.Result in jjparse
Subclasses of Parsing.Result in jjparseModifier and TypeClassDescriptionfinal classRepresents a fatalParsing.Failure.final classRepresents a recoverableParsing.Failure.classRepresents aParsing.Resultwhich indicates a parse failure.final classRepresents a successful result of a parsing operation.Methods in jjparse that return Parsing.ResultModifier and TypeMethodDescriptionMaps the value of thisParsing.Resultin case it is aParsing.Successto anotherParsing.Resultusing the providedFunctionand flattens the nestedParsing.Result.Attempts to parse the wholeInputwith the providedParsing.Parser.Method parameters in jjparse with type arguments of type Parsing.ResultModifier and TypeMethodDescriptionMaps the value of thisParsing.Resultin case it is aParsing.Successto anotherParsing.Resultusing the providedFunctionand flattens the nestedParsing.Result.Lifts the providedFunctioninto aParsing.Parser.