| Package | Description |
|---|---|
| com.github.sommeri.less4j | |
| com.github.sommeri.less4j.core.parser | |
| com.github.sommeri.less4j.core.problems |
| Modifier and Type | Method and Description |
|---|---|
List<LessCompiler.Problem> |
Less4jException.getErrors() |
List<LessCompiler.Problem> |
LessCompiler.CompilationResult.getWarnings() |
| Constructor and Description |
|---|
Less4jException(List<LessCompiler.Problem> errors,
LessCompiler.CompilationResult partialResult) |
LessCompiler.CompilationResult(String css,
List<LessCompiler.Problem> warnings) |
| Modifier and Type | Class and Description |
|---|---|
class |
AntlrException |
| Modifier and Type | Field and Description |
|---|---|
protected List<LessCompiler.Problem> |
SuperLessParser.errors |
| Modifier and Type | Method and Description |
|---|---|
List<LessCompiler.Problem> |
SuperLessParser.getAllErrors() |
List<LessCompiler.Problem> |
LessLexer.getAllErrors() |
List<LessCompiler.Problem> |
ANTLRParser.ParseResult.getErrors() |
| Constructor and Description |
|---|
LessLexer(org.antlr.runtime.CharStream input,
List<LessCompiler.Problem> errors) |
LessLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state,
List<LessCompiler.Problem> errors) |
LessLexer(List<LessCompiler.Problem> errors) |
LessParser(org.antlr.runtime.TokenStream input,
List<LessCompiler.Problem> errors) |
LessParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state,
List<LessCompiler.Problem> errors) |
SuperLessParser(org.antlr.runtime.TokenStream input,
List<LessCompiler.Problem> errors) |
SuperLessParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state,
List<LessCompiler.Problem> errors) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompilationError |
class |
CompilationWarning |
| Modifier and Type | Method and Description |
|---|---|
List<LessCompiler.Problem> |
ProblemsHandler.getErrors() |
List<LessCompiler.Problem> |
ProblemsCollector.getErrors() |
List<LessCompiler.Problem> |
ProblemsHandler.getWarnings() |
List<LessCompiler.Problem> |
ProblemsCollector.getWarnings() |
Copyright © 2012-2013. All Rights Reserved.