| Package | Description |
|---|---|
| io.bit3.jsass.adapter | |
| io.bit3.jsass.function | |
| io.bit3.jsass.function.arguments.converter | |
| io.bit3.jsass.importer |
| Modifier and Type | Method and Description |
|---|---|
Output |
NativeAdapter.compile(FileContext context,
ImportStack importStack)
Compile a file context.
|
Output |
NativeAdapter.compile(StringContext context,
ImportStack importStack)
Compile a string context.
|
| Modifier and Type | Method and Description |
|---|---|
List<FunctionWrapper> |
FunctionWrapperFactory.compileFunctions(ImportStack importStack,
Context context,
List<?> objects)
Compile methods from all objects into libsass functions.
|
List<FunctionWrapper> |
FunctionWrapperFactory.compileFunctions(ImportStack importStack,
Context context,
Object object)
Compile methods from an object into libsass functions.
|
FunctionDeclaration |
FunctionWrapperFactory.createDeclaration(ImportStack importStack,
Context context,
Object object,
Method method)
Create a function declaration from an object method.
|
| Constructor and Description |
|---|
FunctionDeclaration(ImportStack importStack,
Context context,
String signature,
Object object,
Method method,
List<ArgumentConverter> argumentConverters)
Create a new function declaration.
|
JsassCustomFunctions(ImportStack importStack)
Create a new function provider.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
LongArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
LastImportArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
StringArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
FloatArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
ArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
ByteArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
BooleanArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
IntegerArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
CharacterArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
ObjectArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
ShortArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
DoubleArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
Object |
ContextArgumentConverter.convert(List<?> remainingArguments,
ImportStack importStack,
Context context) |
| Constructor and Description |
|---|
JsassCustomHeaderImporter(ImportStack importStack) |
Copyright © 2016 bit3. All rights reserved.