Package org.languagetool.tools.Cache
Interface ProtoResultCache.MatchPositionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtoResultCache.MatchPosition,ProtoResultCache.MatchPosition.Builder
- Enclosing class:
ProtoResultCache
public static interface ProtoResultCache.MatchPositionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getStart
int getStart()uint32 start = 1;- Returns:
- The start.
-
getEnd
int getEnd()uint32 end = 2;- Returns:
- The end.
-