Interface CpdTokenProtos.TokenOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CpdTokenProtos.Token, CpdTokenProtos.Token.Builder
    Enclosing class:
    CpdTokenProtos

    public static interface CpdTokenProtos.TokenOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getEndLine()
      int32 endLine = 4;
      int getEndLineOffset()
      int32 endLineOffset = 5;
      int getStartLine()
      int32 startLine = 2;
      int getStartLineOffset()
      int32 startLineOffset = 3;
      String getValue()
      string value = 1;
      com.google.protobuf.ByteString getValueBytes()
      string value = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getValue

        String getValue()
        string value = 1;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        string value = 1;
        Returns:
        The bytes for value.
      • getStartLine

        int getStartLine()
        int32 startLine = 2;
        Returns:
        The startLine.
      • getStartLineOffset

        int getStartLineOffset()
        int32 startLineOffset = 3;
        Returns:
        The startLineOffset.
      • getEndLine

        int getEndLine()
        int32 endLine = 4;
        Returns:
        The endLine.
      • getEndLineOffset

        int getEndLineOffset()
        int32 endLineOffset = 5;
        Returns:
        The endLineOffset.