Interface Debug.ProblemOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .xolir.SourceLoc loc = 1;
    .xolir.SourceLoc loc = 1;
    string message = 2;
    com.google.protobuf.ByteString
    string message = 2;
    boolean
    .xolir.SourceLoc loc = 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

    • hasLoc

      boolean hasLoc()
      .xolir.SourceLoc loc = 1;
      Returns:
      Whether the loc field is set.
    • getLoc

      Debug.SourceLoc getLoc()
      .xolir.SourceLoc loc = 1;
      Returns:
      The loc.
    • getLocOrBuilder

      Debug.SourceLocOrBuilder getLocOrBuilder()
      .xolir.SourceLoc loc = 1;
    • getMessage

      String getMessage()
      string message = 2;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      string message = 2;
      Returns:
      The bytes for message.