public static class GenericParseContext.Result extends Object
| Constructor and Description |
|---|
GenericParseContext.Result(GenericParseContext.TextSource source,
Object root,
List<GenericParseContext.ParseProblem> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<GenericParseContext.ParseProblem> |
getErrors() |
Object |
getRoot() |
GenericParseContext.TextSource |
getSource() |
public GenericParseContext.Result(GenericParseContext.TextSource source, Object root, List<GenericParseContext.ParseProblem> errors)
public GenericParseContext.TextSource getSource()
public Object getRoot()
public List<GenericParseContext.ParseProblem> getErrors()
Copyright © 2014. All rights reserved.