public class ProblemsPrinter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProblemsPrinter.AbsoluteSourceNamePrinter |
static interface |
ProblemsPrinter.SourceNamePrinter |
| Constructor and Description |
|---|
ProblemsPrinter() |
ProblemsPrinter(ProblemsPrinter.SourceNamePrinter sourceNamePrinter) |
| Modifier and Type | Method and Description |
|---|---|
String |
printErrors(List<LessCompiler.Problem> errors) |
String |
printWarnings(List<LessCompiler.Problem> warnings) |
public ProblemsPrinter()
public ProblemsPrinter(ProblemsPrinter.SourceNamePrinter sourceNamePrinter)
public String printWarnings(List<LessCompiler.Problem> warnings)
public String printErrors(List<LessCompiler.Problem> errors)
Copyright © 2012-2015. All Rights Reserved.