public static final class ScoreReport.ParseInfo extends Object
| Constructor and Description |
|---|
ParseInfo(boolean evaluated,
boolean ok,
String engineFacts,
int errorRegions,
int statements,
boolean astDepthAvailable) |
ParseInfo(boolean ok,
String engineFacts,
int errorRegions,
int statements,
boolean astDepthAvailable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEngineFacts() |
int |
getErrorRegions() |
int |
getStatements() |
boolean |
isAstDepthAvailable() |
boolean |
isEvaluated()
False when the parse was not run (AST disabled);
isOk() is then not meaningful. |
boolean |
isOk() |
public ParseInfo(boolean ok, String engineFacts, int errorRegions, int statements, boolean astDepthAvailable)
public boolean isEvaluated()
isOk() is then not meaningful.public boolean isOk()
public String getEngineFacts()
public int getErrorRegions()
public int getStatements()
public boolean isAstDepthAvailable()