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 SemanticCheck
public void runChecks(Start rootNode)
runChecks
in interface SemanticCheck
public java.util.List<CheckException> getCheckExceptions()
getCheckExceptions
in interface SemanticCheck