Uses of Class
jjparse.input.Input
Packages that use Input
-
Uses of Input in jjparse
Modifier and TypeMethodDescriptionSkips the prefix of the providedInputusing the current skipParsing.Parser.Modifier and TypeMethodDescriptionstatic StringParsing.Failure.format(Input<?> input, Description description) Format an error message for the providedInputandDescription.Attempts to parse the wholeInputwith the providedParsing.Parser.Skips the prefix of the providedInputusing the current skipParsing.Parser.ModifierConstructorDescriptionThe base constructor for aParsing.Failure.The base constructor forParsing.Result.Constructs a newParsing.Success. -
Uses of Input in jjparse.input
Subclasses of Input in jjparse.inputModifier and TypeClassDescriptionfinal classA specific implementation of anInputforCharacters that also implements theCharSequenceinterface.final classStreamInput<T>Fields in jjparse.input declared as InputMethods in jjparse.input that return InputModifier and TypeMethodDescriptionstatic <T> Input<T> Input.empty()Constructs an emptyInputof an arbitrary element type where"<empty>"is used as the name.Input.of(String name, InputStream stream, Charset charset) Input.of(String name, CharSequence sequence) static <T> Input<T> static <T> Input<T> static <T> Input<T> CharacterInput.tail()Input.tail()Returns the rest of thisInput, excluding its first element.