public static interface Mapping.OriginalMappingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnPosition()
The column number on the line.
|
java.lang.String |
getIdentifier()
The original name of the identifier.
|
com.google.protobuf.ByteString |
getIdentifierBytes()
The original name of the identifier.
|
int |
getLineNumber()
The line in the original file.
|
java.lang.String |
getOriginalFile()
The original source file.
|
com.google.protobuf.ByteString |
getOriginalFileBytes()
The original source file.
|
boolean |
hasColumnPosition()
The column number on the line.
|
boolean |
hasIdentifier()
The original name of the identifier.
|
boolean |
hasLineNumber()
The line in the original file.
|
boolean |
hasOriginalFile()
The original source file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOriginalFile()
The original source file.
optional string original_file = 1;java.lang.String getOriginalFile()
The original source file.
optional string original_file = 1;com.google.protobuf.ByteString getOriginalFileBytes()
The original source file.
optional string original_file = 1;boolean hasLineNumber()
The line in the original file.
optional int32 line_number = 2;int getLineNumber()
The line in the original file.
optional int32 line_number = 2;boolean hasColumnPosition()
The column number on the line.
optional int32 column_position = 3;int getColumnPosition()
The column number on the line.
optional int32 column_position = 3;boolean hasIdentifier()
The original name of the identifier.
optional string identifier = 4;java.lang.String getIdentifier()
The original name of the identifier.
optional string identifier = 4;com.google.protobuf.ByteString getIdentifierBytes()
The original name of the identifier.
optional string identifier = 4;