Uses of Class
io.permazen.util.ParseContext
Packages that use ParseContext
Package
Description
Permazen parsing related classes.
Permazen parsing utility classes.
General utility classes used with Permazen.
-
Uses of ParseContext in io.permazen.cli.parse
Methods in io.permazen.cli.parse with parameters of type ParseContext -
Uses of ParseContext in io.permazen.cli.parse.util
Methods in io.permazen.cli.parse.util with parameters of type ParseContextModifier and TypeMethodDescriptionTypeToken<?>
TypeTokenParser.parse
(ParseContext ctx) Parse aTypeToken
in string form from aParseContext
. -
Uses of ParseContext in io.permazen.util
Methods in io.permazen.util that return ParseContextModifier and TypeMethodDescriptionParseContext.clone()
Clone this instance.ParseException.getParseContext()
Get the associatedParseContext
.Constructors in io.permazen.util with parameters of type ParseContextModifierConstructorDescriptionParseException
(ParseContext ctx, String message) ParseException
(ParseContext ctx, String message, Throwable cause) ParseException
(ParseContext ctx, Throwable cause)