| Package | Description |
|---|---|
| io.bit3.jsass | |
| io.bit3.jsass.context | |
| io.bit3.jsass.function | |
| io.bit3.jsass.function.arguments.converter |
| Modifier and Type | Method and Description |
|---|---|
Output |
Compiler.compile(Context context)
Compile context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContext
Abstract context that contain all shared informations for each context.
|
class |
FileContext
A context to compile a file from the filesystem.
|
class |
StringContext
A context to compile a string in memory.
|
| 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.
|
| 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) |
Copyright © 2016 bit3. All rights reserved.