Package io.cucumber.messages
Interface Messages.GherkinDocument.CommentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.GherkinDocument.Comment,Messages.GherkinDocument.Comment.Builder
- Enclosing class:
- Messages.GherkinDocument
public static interface Messages.GherkinDocument.CommentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.LocationgetLocation()The location of the commentMessages.LocationOrBuildergetLocationOrBuilder()The location of the commentStringgetText()The text of the commentcom.google.protobuf.ByteStringgetTextBytes()The text of the commentbooleanhasLocation()The location of the comment-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLocation
boolean hasLocation()
The location of the comment
.io.cucumber.messages.Location location = 1;
-
getLocation
Messages.Location getLocation()
The location of the comment
.io.cucumber.messages.Location location = 1;
-
getLocationOrBuilder
Messages.LocationOrBuilder getLocationOrBuilder()
The location of the comment
.io.cucumber.messages.Location location = 1;
-
getText
String getText()
The text of the comment
string text = 2;
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
The text of the comment
string text = 2;
-
-