Interface EmbeddedSass.Value.ListOrBuilder

    • Method Detail

      • getSeparatorValue

        int getSeparatorValue()
         The type of separator for this list. Mandatory.
         
        .sass.embedded_protocol.ListSeparator separator = 1;
        Returns:
        The enum numeric value on the wire for separator.
      • getSeparator

        EmbeddedSass.ListSeparator getSeparator()
         The type of separator for this list. Mandatory.
         
        .sass.embedded_protocol.ListSeparator separator = 1;
        Returns:
        The separator.
      • getHasBrackets

        boolean getHasBrackets()
         Whether this list has square brackets. Mandatory.
         
        bool has_brackets = 2;
        Returns:
        The hasBrackets.
      • getContentsList

        List<EmbeddedSass.Value> getContentsList()
         The elements of this list.
         
        repeated .sass.embedded_protocol.Value contents = 3;
      • getContents

        EmbeddedSass.Value getContents​(int index)
         The elements of this list.
         
        repeated .sass.embedded_protocol.Value contents = 3;
      • getContentsCount

        int getContentsCount()
         The elements of this list.
         
        repeated .sass.embedded_protocol.Value contents = 3;
      • getContentsOrBuilderList

        List<? extends EmbeddedSass.ValueOrBuilder> getContentsOrBuilderList()
         The elements of this list.
         
        repeated .sass.embedded_protocol.Value contents = 3;
      • getContentsOrBuilder

        EmbeddedSass.ValueOrBuilder getContentsOrBuilder​(int index)
         The elements of this list.
         
        repeated .sass.embedded_protocol.Value contents = 3;