Package xyz.block.ftl.v1.schema
Interface PositionOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface PositionOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetFilename()string filename = 1;abstract ByteStringgetFilenameBytes()string filename = 1;abstract longgetLine()int64 line = 2;abstract longgetColumn()int64 column = 3;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFilename
abstract String getFilename()
string filename = 1;- Returns:
The filename.
-
getFilenameBytes
abstract ByteString getFilenameBytes()
string filename = 1;- Returns:
The bytes for filename.
-
getLine
abstract long getLine()
int64 line = 2;- Returns:
The line.
-
getColumn
abstract long getColumn()
int64 column = 3;- Returns:
The column.
-
-
-
-