Interface StackOuterClass.FrameOrBuilder

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

public static interface StackOuterClass.FrameOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string File = 2;
    com.google.protobuf.ByteString
    string File = 2;
    int
    int32 Line = 3;
    string Name = 1;
    com.google.protobuf.ByteString
    string Name = 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

    • getName

      String getName()
      string Name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string Name = 1;
      Returns:
      The bytes for name.
    • getFile

      String getFile()
      string File = 2;
      Returns:
      The file.
    • getFileBytes

      com.google.protobuf.ByteString getFileBytes()
      string File = 2;
      Returns:
      The bytes for file.
    • getLine

      int getLine()
      int32 Line = 3;
      Returns:
      The line.