public class CompilationWarning extends AbstractProblem
LessCompiler.Problem.Type| Constructor and Description |
|---|
CompilationWarning(ASTCssNode offendingNode,
String message) |
CompilationWarning(LessSource source,
int line,
int character,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacter() |
int |
getLine() |
String |
getMessage() |
LessSource |
getSource() |
LessCompiler.Problem.Type |
getType() |
getFile, getURLpublic CompilationWarning(LessSource source, int line, int character, String message)
public CompilationWarning(ASTCssNode offendingNode, String message)
public LessCompiler.Problem.Type getType()
public LessSource getSource()
public int getLine()
public int getCharacter()
public String getMessage()
Copyright © 2012-2014. All Rights Reserved.