public static interface LessCompiler.Problem
| Modifier and Type | Interface and Description |
|---|---|
static class |
LessCompiler.Problem.Type |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacter() |
File |
getFile() |
int |
getLine() |
String |
getMessage() |
LessSource |
getSource() |
LessCompiler.Problem.Type |
getType() |
URL |
getURL() |
LessCompiler.Problem.Type getType()
File getFile()
URL getURL()
LessSource getSource()
int getLine()
int getCharacter()
String getMessage()
Copyright © 2012-2014. All Rights Reserved.