Uses of Class
jjparse.input.Input.Position
Packages that use Input.Position
-
Uses of Input.Position in jjparse
Method parameters in jjparse with type arguments of type Input.PositionModifier and TypeMethodDescriptionConstructs a newParsing.Parserthat behaves just like the given one, applying the currentInput.Positionto theFunctionreturned by the providedParsing.Parser. -
Uses of Input.Position in jjparse.input
Subclasses of Input.Position in jjparse.inputModifier and TypeClassDescriptionfinal classRepresents aInput<Character>.Positionin thisCharacterInputthat is aware of the underlying unicode code points.Methods in jjparse.input that return Input.Position