Package sass.embedded_protocol
Class EmbeddedSass
- java.lang.Object
-
- sass.embedded_protocol.EmbeddedSass
-
public final class EmbeddedSass extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EmbeddedSass.CalculationOperator
An operator used in a calculation value's operation.static class
EmbeddedSass.InboundMessage
The wrapper type for all messages sent from the host to the compiler.static interface
EmbeddedSass.InboundMessageOrBuilder
static class
EmbeddedSass.ListSeparator
Different types of separators a list can have.static class
EmbeddedSass.LogEventType
The possible types of [LogEvent].static class
EmbeddedSass.OutboundMessage
The wrapper type for all messages sent from the compiler to the host.static interface
EmbeddedSass.OutboundMessageOrBuilder
static class
EmbeddedSass.OutputStyle
Possible ways to format the CSS output.static class
EmbeddedSass.ProtocolError
An error reported when an endpoint violates the embedded Sass protocol.static interface
EmbeddedSass.ProtocolErrorOrBuilder
static class
EmbeddedSass.ProtocolErrorType
Potential types of protocol errors.static class
EmbeddedSass.SingletonValue
Singleton SassScript values that have no internal state.static class
EmbeddedSass.SourceSpan
A chunk of a source file.static interface
EmbeddedSass.SourceSpanOrBuilder
static class
EmbeddedSass.Syntax
Possible syntaxes for a Sass stylesheet.static class
EmbeddedSass.Value
A SassScript value, passed to and returned by functions.static interface
EmbeddedSass.ValueOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(ExtensionRegistry registry)
static void
registerAllExtensions(ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(ExtensionRegistry registry)
-
getDescriptor
public static Descriptors.FileDescriptor getDescriptor()
-
-