| AbstractContext |
Abstract context that contain all shared informations for each context.
|
| ArgumentConverter |
|
| ArgumentConverterFactory |
|
| BooleanArgumentConverter |
|
| BooleanArgumentConverterFactory |
|
| ByteArgumentConverter |
|
| ByteArgumentConverterFactory |
|
| CharacterArgumentConverter |
|
| CharacterArgumentConverterFactory |
|
| CompilationException |
|
| Compiler |
The compiler compiles SCSS files, strings and contexts.
|
| Context |
|
| ContextArgumentConverter |
|
| ContextArgumentConverterFactory |
|
| ConversionException |
|
| DebugFunction |
|
| DefaultBooleanValue |
|
| DefaultByteValue |
|
| DefaultCharacterValue |
|
| DefaultDoubleValue |
|
| DefaultFloatValue |
|
| DefaultIntegerValue |
|
| DefaultLongValue |
|
| DefaultShortValue |
|
| DefaultStringValue |
|
| DoubleArgumentConverter |
|
| DoubleArgumentConverterFactory |
|
| ErrorFunction |
|
| FileContext |
A context to compile a file from the filesystem.
|
| FloatArgumentConverter |
|
| FloatArgumentConverterFactory |
|
| FunctionArgumentSignature |
|
| FunctionArgumentSignatureFactory |
|
| FunctionDeclaration |
Contains all informations about a declared custom function.
|
| FunctionWrapper |
Wraps a java function as libsass function and pass the arguments through.
|
| FunctionWrapperFactory |
Factory that create libsass function callbacks and wrap them into FunctionWrappers.
|
| Import |
The result of a custom importer, can be used to import files and strings.
|
| Importer |
|
| ImportException |
|
| ImportStack |
Stack for tracking currently evaluated file.
|
| IntegerArgumentConverter |
|
| IntegerArgumentConverterFactory |
|
| JsassCustomFunctions |
Provider of jsass specific callback functions.
|
| JsassCustomHeaderImporter |
|
| LastImportArgumentConverter |
Inject the current import as argument.
|
| LastImportArgumentConverterFactory |
|
| LoaderException |
|
| LongArgumentConverter |
|
| LongArgumentConverterFactory |
|
| Name |
|
| NativeAdapter |
Adapter to native functions.
|
| ObjectArgumentConverter |
|
| Options |
The compiler options.
|
| Output |
The SASS compilation output.
|
| OutputStyle |
|
| Sass2ScssOptions |
|
| SassBoolean |
|
| SassColor |
A sass color value.
|
| SassError |
|
| SassList |
A sass value list.
|
| SassMap |
A sass value list.
|
| SassNull |
|
| SassNumber |
A sass number value.
|
| SassString |
A sass probably quoted string value.
|
| SassValue |
|
| SassWarning |
|
| Separator |
|
| ShortArgumentConverter |
|
| ShortArgumentConverterFactory |
|
| StringArgumentConverter |
|
| StringArgumentConverterFactory |
|
| StringContext |
A context to compile a string in memory.
|
| TypeUtils |
Helper class to convert libsass to java values and vise versa.
|
| UnsupportedContextException |
|
| WarnFunction |
|