Package com.apivolve.xolir
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 TypeMethodDescriptionintuint32 after_loc = 3;intuint32 first_loc = 2;longuint64 source_ix = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-