Uses of Class
com.attribyte.parser.model.Resource
Packages that use Resource
-
Uses of Resource in com.attribyte.parser
Fields in com.attribyte.parser with type parameters of type ResourceConstructors in com.attribyte.parser with parameters of type ResourceModifierConstructorDescriptionParseResult(String parserName, Resource resource) Creates a parse result with a parsed resource and no errors.ParseResult(String parserName, Resource resource, List<ParseError> errors) Creates a parse result with a parsed resource and a list of (non-fatal) errors. -
Uses of Resource in com.attribyte.parser.model
Methods in com.attribyte.parser.model that return Resource