public class SemicolonCheck extends java.lang.Object implements SemanticCheck
| Constructor and Description |
|---|
SemicolonCheck() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CheckException> |
getCheckExceptions() |
void |
runChecks(Start rootNode) |
void |
setOptions(ParseOptions options) |
public void setOptions(ParseOptions options)
setOptions in interface SemanticCheckpublic void runChecks(Start rootNode)
runChecks in interface SemanticCheckpublic java.util.List<CheckException> getCheckExceptions()
getCheckExceptions in interface SemanticCheck