Interface SonarAnalyzer.TokenTypeInfo.TokenInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SonarAnalyzer.TokenTypeInfo.TokenInfo, SonarAnalyzer.TokenTypeInfo.TokenInfo.Builder
Enclosing class:
SonarAnalyzer.TokenTypeInfo

public static interface SonarAnalyzer.TokenTypeInfo.TokenInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .sonaranalyzer.TextRange text_range = 2;
    .sonaranalyzer.TextRange text_range = 2;
    .sonaranalyzer.TokenType token_type = 1;
    int
    .sonaranalyzer.TokenType token_type = 1;
    boolean
    .sonaranalyzer.TextRange text_range = 2;

    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 Details

    • getTokenTypeValue

      int getTokenTypeValue()
      .sonaranalyzer.TokenType token_type = 1;
      Returns:
      The enum numeric value on the wire for tokenType.
    • getTokenType

      SonarAnalyzer.TokenType getTokenType()
      .sonaranalyzer.TokenType token_type = 1;
      Returns:
      The tokenType.
    • hasTextRange

      boolean hasTextRange()
      .sonaranalyzer.TextRange text_range = 2;
      Returns:
      Whether the textRange field is set.
    • getTextRange

      SonarAnalyzer.TextRange getTextRange()
      .sonaranalyzer.TextRange text_range = 2;
      Returns:
      The textRange.
    • getTextRangeOrBuilder

      SonarAnalyzer.TextRangeOrBuilder getTextRangeOrBuilder()
      .sonaranalyzer.TextRange text_range = 2;