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.InboundMessage
The wrapper type for all messages sent from the host to the compiler.static interface
EmbeddedSass.InboundMessageOrBuilder
static class
EmbeddedSass.OutboundMessage
The wrapper type for all messages sent from the compiler to the host.static interface
EmbeddedSass.OutboundMessageOrBuilder
static class
EmbeddedSass.ProtocolError
An error reported when an endpoint violates the embedded Sass protocol.static interface
EmbeddedSass.ProtocolErrorOrBuilder
static class
EmbeddedSass.SourceSpan
A chunk of a source file.static interface
EmbeddedSass.SourceSpanOrBuilder
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()
-
-