| Package | Description |
|---|---|
| sass |
| Modifier and Type | Method and Description |
|---|---|
SassLibrary.Sass_File_Context |
SassLibrary.sass_make_file_context(com.sun.jna.Pointer input_path)
Deprecated.
use the safer methods
SassLibrary.sass_make_file_context(java.lang.String) and SassLibrary.sass_make_file_context(com.sun.jna.Pointer) instead |
SassLibrary.Sass_File_Context |
SassLibrary.sass_make_file_context(String input_path)
Create and initialize a specific context
Original signature : Sass_File_Context* sass_make_file_context(const char*)native declaration : src\libsass\sass_context.h:27 |
| Modifier and Type | Method and Description |
|---|---|
int |
SassLibrary.sass_compile_file_context(SassLibrary.Sass_File_Context ctx)
Call the compilation step for the specific context
Original signature : int sass_compile_file_context(Sass_File_Context*)native declaration : src\libsass\sass_context.h:31 |
void |
SassLibrary.sass_delete_file_context(SassLibrary.Sass_File_Context ctx)
Release all memory allocated and also ourself
Original signature : void sass_delete_file_context(Sass_File_Context*)native declaration : src\libsass\sass_context.h:48 |
SassLibrary.Sass_Context |
SassLibrary.sass_file_context_get_context(SassLibrary.Sass_File_Context file_ctx)
Getters for context from specific implementation
Original signature : Sass_Context* sass_file_context_get_context(Sass_File_Context*)native declaration : src\libsass\sass_context.h:52 |
SassLibrary.Sass_Options |
SassLibrary.sass_file_context_get_options(SassLibrary.Sass_File_Context file_ctx)
Original signature :
Sass_Options* sass_file_context_get_options(Sass_File_Context*)native declaration : src\libsass\sass_context.h:57 |
void |
SassLibrary.sass_file_context_set_options(SassLibrary.Sass_File_Context file_ctx,
SassLibrary.Sass_Options opt)
Original signature :
void sass_file_context_set_options(Sass_File_Context*, Sass_Options*)native declaration : src\libsass\sass_context.h:59 |
SassLibrary.Sass_Compiler |
SassLibrary.sass_make_file_compiler(SassLibrary.Sass_File_Context file_ctx)
Create a sass compiler instance for more control
Original signature : Sass_Compiler* sass_make_file_compiler(Sass_File_Context*)native declaration : src\libsass\sass_context.h:35 |
Copyright © 2015. All rights reserved.