public class ProblemsCollector extends Object
| Constructor and Description |
|---|
ProblemsCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(CompilationError error) |
void |
addErrors(Collection<LessCompiler.Problem> errors) |
void |
addWarning(CompilationWarning warning) |
List<LessCompiler.Problem> |
getErrors() |
List<LessCompiler.Problem> |
getWarnings() |
boolean |
hasErrors() |
boolean |
hasWarnings() |
public void addErrors(Collection<LessCompiler.Problem> errors)
public void addError(CompilationError error)
public void addWarning(CompilationWarning warning)
public boolean hasErrors()
public List<LessCompiler.Problem> getErrors()
public boolean hasWarnings()
public List<LessCompiler.Problem> getWarnings()
Copyright © 2012-2014. All Rights Reserved.