Interface Debug.SourceLocOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Debug.SourceLoc, Debug.SourceLoc.Builder
Enclosing class:
Debug

public static interface Debug.SourceLocOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 after_loc = 3;
    int
    uint32 first_loc = 2;
    long
    uint64 source_ix = 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 Details

    • getSourceIx

      long getSourceIx()
      uint64 source_ix = 1;
      Returns:
      The sourceIx.
    • getFirstLoc

      int getFirstLoc()
      uint32 first_loc = 2;
      Returns:
      The firstLoc.
    • getAfterLoc

      int getAfterLoc()
      uint32 after_loc = 3;
      Returns:
      The afterLoc.