- getAbsoluteUri() - Method in class io.bit3.jsass.importer.Import
-
Get the absolute uri.
- getAlpha() - Method in class io.bit3.jsass.type.SassColor
-
Return the alpha value.
- getArgumentConverters() - Method in class io.bit3.jsass.function.FunctionDeclaration
-
Return the list of argument converters.
- getBlue() - Method in class io.bit3.jsass.type.SassColor
-
Return the blue value.
- getContents() - Method in class io.bit3.jsass.importer.Import
-
Return the in-memory sass code.
- getContext() - Method in exception io.bit3.jsass.UnsupportedContextException
-
- getCss() - Method in class io.bit3.jsass.Output
-
Get the css output.
- getDeclaration() - Method in class io.bit3.jsass.function.FunctionWrapper
-
- getDefaultValue() - Method in class io.bit3.jsass.function.FunctionArgumentSignature
-
- getDefaultValue(Parameter) - Method in class io.bit3.jsass.function.FunctionArgumentSignatureFactory
-
Determine annotated default parameter value.
- getErrorFile() - Method in exception io.bit3.jsass.CompilationException
-
- getErrorJson() - Method in exception io.bit3.jsass.CompilationException
-
- getErrorMessage() - Method in exception io.bit3.jsass.CompilationException
-
- getErrorSrc() - Method in exception io.bit3.jsass.CompilationException
-
- getErrorStatus() - Method in exception io.bit3.jsass.CompilationException
-
- getErrorText() - Method in exception io.bit3.jsass.CompilationException
-
- getFunctionProviders() - Method in class io.bit3.jsass.Options
-
- getGreen() - Method in class io.bit3.jsass.type.SassColor
-
Return the green value.
- getHeaderImporters() - Method in class io.bit3.jsass.Options
-
- getImporters() - Method in class io.bit3.jsass.Options
-
- getImportUri() - Method in class io.bit3.jsass.importer.Import
-
Get the import uri.
- getIncludePaths() - Method in class io.bit3.jsass.Options
-
- getIndent() - Method in class io.bit3.jsass.Options
-
- getInputPath() - Method in class io.bit3.jsass.context.AbstractContext
-
- getInputPath() - Method in interface io.bit3.jsass.context.Context
-
Return the input file path.
- getLinefeed() - Method in class io.bit3.jsass.Options
-
- getMessage() - Method in class io.bit3.jsass.type.SassError
-
- getMessage() - Method in class io.bit3.jsass.type.SassWarning
-
- getMethod() - Method in class io.bit3.jsass.function.FunctionDeclaration
-
Return the method to call.
- getName() - Method in class io.bit3.jsass.function.FunctionArgumentSignature
-
- getObject() - Method in class io.bit3.jsass.function.FunctionDeclaration
-
Return the object instance to call the method on.
- getOptions() - Method in class io.bit3.jsass.context.AbstractContext
-
- getOptions() - Method in interface io.bit3.jsass.context.Context
-
Return the compiler options.
- getOutputPath() - Method in class io.bit3.jsass.context.AbstractContext
-
- getOutputPath() - Method in interface io.bit3.jsass.context.Context
-
Return the output file path.
- getOutputStyle() - Method in class io.bit3.jsass.Options
-
Return the output style.
- getParameterName(Parameter) - Method in class io.bit3.jsass.function.FunctionArgumentSignatureFactory
-
Determine annotated name of a method parameter.
- getPluginPath() - Method in class io.bit3.jsass.Options
-
- getPrecision() - Method in class io.bit3.jsass.Options
-
Return the fractional numbers precision.
- getQuote() - Method in class io.bit3.jsass.type.SassString
-
Return the quotation character.
- getRed() - Method in class io.bit3.jsass.type.SassColor
-
Return the red value.
- getSeparator() - Method in class io.bit3.jsass.type.SassList
-
Return the item separator.
- getSignature() - Method in class io.bit3.jsass.function.FunctionDeclaration
-
Return the libsass function signature.
- getSourceMap() - Method in class io.bit3.jsass.importer.Import
-
Return the in-memory source map.
- getSourceMap() - Method in class io.bit3.jsass.Output
-
Get the source map output.
- getSourceMapFile() - Method in class io.bit3.jsass.Options
-
Return the source map file.
- getSourceMapRoot() - Method in class io.bit3.jsass.Options
-
- getString() - Method in class io.bit3.jsass.context.StringContext
-
Return the in-memory sass code.
- getUnit() - Method in class io.bit3.jsass.type.SassNumber
-
Return the unit.
- getValue() - Method in class io.bit3.jsass.type.SassBoolean
-
- getValue() - Method in class io.bit3.jsass.type.SassNumber
-
Return the numeric value.
- getValue() - Method in class io.bit3.jsass.type.SassString
-
Return the string value.
- SassBoolean - Class in io.bit3.jsass.type
-
- SassBoolean(boolean) - Constructor for class io.bit3.jsass.type.SassBoolean
-
- SassColor - Class in io.bit3.jsass.type
-
A sass color value.
- SassColor() - Constructor for class io.bit3.jsass.type.SassColor
-
Create an empty (black and full transparent) color.
- SassColor(double, double, double) - Constructor for class io.bit3.jsass.type.SassColor
-
Create a RGB color.
- SassColor(double, double, double, double) - Constructor for class io.bit3.jsass.type.SassColor
-
Create a RGB color.
- SassError - Class in io.bit3.jsass.type
-
- SassError(String) - Constructor for class io.bit3.jsass.type.SassError
-
- SassList - Class in io.bit3.jsass.type
-
A sass value list.
- SassList() - Constructor for class io.bit3.jsass.type.SassList
-
Create an empty list.
- SassList(Collection<?>) - Constructor for class io.bit3.jsass.type.SassList
-
Create a list from an existing values.
- SassList(Separator) - Constructor for class io.bit3.jsass.type.SassList
-
Create an empty list with a specific separator character.
- SassList(Collection<?>, Separator) - Constructor for class io.bit3.jsass.type.SassList
-
Create a list from an existing values, with a specific separator character.
- SassList(int) - Constructor for class io.bit3.jsass.type.SassList
-
- SassList(int, Separator) - Constructor for class io.bit3.jsass.type.SassList
-
- SassMap - Class in io.bit3.jsass.type
-
A sass value list.
- SassMap() - Constructor for class io.bit3.jsass.type.SassMap
-
- SassMap(Map<? extends String, ? extends SassValue>) - Constructor for class io.bit3.jsass.type.SassMap
-
- SassMap(int) - Constructor for class io.bit3.jsass.type.SassMap
-
- SassMap(int, float) - Constructor for class io.bit3.jsass.type.SassMap
-
- SassMap(int, float, boolean) - Constructor for class io.bit3.jsass.type.SassMap
-
- SassNull - Class in io.bit3.jsass.type
-
- SassNumber - Class in io.bit3.jsass.type
-
A sass number value.
- SassNumber(double, String) - Constructor for class io.bit3.jsass.type.SassNumber
-
Create a new number.
- SassString - Class in io.bit3.jsass.type
-
A sass probably quoted string value.
- SassString(String) - Constructor for class io.bit3.jsass.type.SassString
-
Create a new single quoted string value.
- SassString(String, boolean) - Constructor for class io.bit3.jsass.type.SassString
-
Create a new potentially quoted string value.
- SassString(String, boolean, char) - Constructor for class io.bit3.jsass.type.SassString
-
Create a new potentially quoted string value with specific quotation character.
- SassValue - Interface in io.bit3.jsass.type
-
- SassWarning - Class in io.bit3.jsass.type
-
- SassWarning(String) - Constructor for class io.bit3.jsass.type.SassWarning
-
- Separator - Enum in io.bit3.jsass
-
- setAlpha(double) - Method in class io.bit3.jsass.type.SassColor
-
Set the alpha value.
- setBlue(double) - Method in class io.bit3.jsass.type.SassColor
-
Set the blue value.
- setDefaultValue(Object) - Method in class io.bit3.jsass.function.FunctionArgumentSignature
-
- setFunctionProviders(List<Object>) - Method in class io.bit3.jsass.Options
-
- setGreen(double) - Method in class io.bit3.jsass.type.SassColor
-
Set the green value.
- setHeaderImporters(List<Importer>) - Method in class io.bit3.jsass.Options
-
- setImporters(Collection<Importer>) - Method in class io.bit3.jsass.Options
-
- setIncludePaths(List<File>) - Method in class io.bit3.jsass.Options
-
- setIndent(String) - Method in class io.bit3.jsass.Options
-
- setIsIndentedSyntaxSrc(boolean) - Method in class io.bit3.jsass.Options
-
- setLinefeed(String) - Method in class io.bit3.jsass.Options
-
- setName(String) - Method in class io.bit3.jsass.function.FunctionArgumentSignature
-
- setOmitSourceMapUrl(boolean) - Method in class io.bit3.jsass.Options
-
Set if sourceMappingUrl should be omitted in css output.
- setOutputStyle(OutputStyle) - Method in class io.bit3.jsass.Options
-
Set the output style.
- setPluginPath(String) - Method in class io.bit3.jsass.Options
-
- setPrecision(int) - Method in class io.bit3.jsass.Options
-
Set the fractional numbers precision.
- setQuote(char) - Method in class io.bit3.jsass.type.SassString
-
Set the quotation character.
- setQuoted(boolean) - Method in class io.bit3.jsass.type.SassString
-
Set if the string is quoted.
- setRed(double) - Method in class io.bit3.jsass.type.SassColor
-
Set the red value.
- setSeparator(Separator) - Method in class io.bit3.jsass.type.SassList
-
Set the item separator.
- setSourceComments(boolean) - Method in class io.bit3.jsass.Options
-
Set if inline source comments should generated.
- setSourceMapContents(boolean) - Method in class io.bit3.jsass.Options
-
- setSourceMapEmbed(boolean) - Method in class io.bit3.jsass.Options
-
Set if source map is embedded into css output.
- setSourceMapFile(URI) - Method in class io.bit3.jsass.Options
-
Set the source map file.
- setSourceMapRoot(URI) - Method in class io.bit3.jsass.Options
-
- setUnit(String) - Method in class io.bit3.jsass.type.SassNumber
-
Set the unit.
- setValue(boolean) - Method in class io.bit3.jsass.type.SassBoolean
-
- setValue(double) - Method in class io.bit3.jsass.type.SassNumber
-
Set the numeric value.
- setValue(String) - Method in class io.bit3.jsass.type.SassString
-
Set the string value.
- ShortArgumentConverter - Class in io.bit3.jsass.function.arguments.converter
-
- ShortArgumentConverter() - Constructor for class io.bit3.jsass.function.arguments.converter.ShortArgumentConverter
-
- ShortArgumentConverterFactory - Class in io.bit3.jsass.function.arguments.factory
-
- ShortArgumentConverterFactory() - Constructor for class io.bit3.jsass.function.arguments.factory.ShortArgumentConverterFactory
-
- signature - Variable in class io.bit3.jsass.function.FunctionDeclaration
-
The libsass function signature.
- SINGLETON - Static variable in class io.bit3.jsass.type.SassNull
-
- StringArgumentConverter - Class in io.bit3.jsass.function.arguments.converter
-
- StringArgumentConverter() - Constructor for class io.bit3.jsass.function.arguments.converter.StringArgumentConverter
-
- StringArgumentConverterFactory - Class in io.bit3.jsass.function.arguments.factory
-
- StringArgumentConverterFactory() - Constructor for class io.bit3.jsass.function.arguments.factory.StringArgumentConverterFactory
-
- StringContext - Class in io.bit3.jsass.context
-
A context to compile a string in memory.
- StringContext(String, URI, URI, Options) - Constructor for class io.bit3.jsass.context.StringContext
-
Create a new string context.
- subSequence(int, int) - Method in class io.bit3.jsass.type.SassString
-