-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface TombstoneProtos.MemoryErrorOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetToolValue().MemoryError.Tool tool = 1;abstract TombstoneProtos.MemoryError.ToolgetTool().MemoryError.Tool tool = 1;abstract intgetTypeValue().MemoryError.Type type = 2;abstract TombstoneProtos.MemoryError.TypegetType().MemoryError.Type type = 2;abstract booleanhasHeap().HeapObject heap = 3;abstract TombstoneProtos.HeapObjectgetHeap().HeapObject heap = 3;abstract TombstoneProtos.MemoryError.LocationCasegetLocationCase()-
-
Method Detail
-
getToolValue
abstract int getToolValue()
.MemoryError.Tool tool = 1;
-
getTool
abstract TombstoneProtos.MemoryError.Tool getTool()
.MemoryError.Tool tool = 1;
-
getTypeValue
abstract int getTypeValue()
.MemoryError.Type type = 2;
-
getType
abstract TombstoneProtos.MemoryError.Type getType()
.MemoryError.Type type = 2;
-
hasHeap
abstract boolean hasHeap()
.HeapObject heap = 3;
-
getHeap
abstract TombstoneProtos.HeapObject getHeap()
.HeapObject heap = 3;
-
getLocationCase
abstract TombstoneProtos.MemoryError.LocationCase getLocationCase()
-
-
-
-