public static class MapCSSTagChecker.ParseResult extends Object
Modifier and Type | Field and Description |
---|---|
List<MapCSSTagChecker.TagCheck> |
parseChecks
Checks successfully parsed
|
Collection<Throwable> |
parseErrors
Errors that occured during parsing
|
Constructor and Description |
---|
ParseResult(List<MapCSSTagChecker.TagCheck> parseChecks,
Collection<Throwable> parseErrors)
Constructs a new
ParseResult . |
public final List<MapCSSTagChecker.TagCheck> parseChecks
public final Collection<Throwable> parseErrors
public ParseResult(List<MapCSSTagChecker.TagCheck> parseChecks, Collection<Throwable> parseErrors)
ParseResult
.parseChecks
- Checks successfully parsedparseErrors
- Errors that occured during parsing