public class BaseParserContext extends Object
| Constructor and Description |
|---|
BaseParserContext() |
BaseParserContext(RootParserContext rootContext,
String path) |
| Modifier and Type | Method and Description |
|---|---|
List<ParserProblem> |
getAllProblems() |
List<ParserError> |
getErrors() |
List<ParserInfo> |
getInfos() |
String |
getPath() |
RootParserContext |
getRootParserContext() |
List<ParserWarning> |
getWarnings() |
void |
raise(ParserError error) |
void |
raise(ParserInfo info) |
void |
raise(ParserWarning warning) |
public BaseParserContext()
public BaseParserContext(@Nullable RootParserContext rootContext, String path)
public void raise(ParserError error)
public void raise(ParserWarning warning)
public void raise(ParserInfo info)
public RootParserContext getRootParserContext()
public String getPath()
public List<ParserProblem> getAllProblems()
public List<ParserError> getErrors()
public List<ParserWarning> getWarnings()
public List<ParserInfo> getInfos()
Copyright © 2018 Symphony Software Foundation. All rights reserved.