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 classEmbeddedSass.CalculationOperatorAn operator used in a calculation value's operation.static classEmbeddedSass.InboundMessageThe wrapper type for all messages sent from the host to the compiler.static interfaceEmbeddedSass.InboundMessageOrBuilderstatic classEmbeddedSass.ListSeparatorDifferent types of separators a list can have.static classEmbeddedSass.LogEventTypeThe possible types of [LogEvent].static classEmbeddedSass.OutboundMessageThe wrapper type for all messages sent from the compiler to the host.static interfaceEmbeddedSass.OutboundMessageOrBuilderstatic classEmbeddedSass.OutputStylePossible ways to format the CSS output.static classEmbeddedSass.ProtocolErrorAn error reported when an endpoint violates the embedded Sass protocol.static interfaceEmbeddedSass.ProtocolErrorOrBuilderstatic classEmbeddedSass.ProtocolErrorTypePotential types of protocol errors.static classEmbeddedSass.SingletonValueSingleton SassScript values that have no internal state.static classEmbeddedSass.SourceSpanA chunk of a source file.static interfaceEmbeddedSass.SourceSpanOrBuilderstatic classEmbeddedSass.SyntaxPossible syntaxes for a Sass stylesheet.static classEmbeddedSass.ValueA SassScript value, passed to and returned by functions.static interfaceEmbeddedSass.ValueOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(ExtensionRegistry registry)static voidregisterAllExtensions(ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(ExtensionRegistry registry)
-
getDescriptor
public static Descriptors.FileDescriptor getDescriptor()
-
-