public interface LessProblems
| Modifier and Type | Method and Description |
|---|---|
void |
addError(ASTCssNode errorNode,
String description)
Report an error.
|
void |
addWarning(ASTCssNode weirdNode,
String description)
Warn user.
|
void addError(ASTCssNode errorNode, String description)
errorNode - - ast node that caused the problem. It is used to generate line number and column
number preceding error description.description - - description of encountered problemvoid addWarning(ASTCssNode weirdNode, String description)
weirdNode - - ast node that caused the problem. It is used to generate line number and column
number preceding error description.description - - description of encountered problemCopyright © 2012-2015. All Rights Reserved.