public static interface Messages.GherkinDocument.CommentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.Location |
getLocation()
The location of the comment
|
Messages.LocationOrBuilder |
getLocationOrBuilder()
The location of the comment
|
String |
getText()
The text of the comment
|
com.google.protobuf.ByteString |
getTextBytes()
The text of the comment
|
boolean |
hasLocation()
The location of the comment
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
The location of the comment
.io.cucumber.messages.Location location = 1;Messages.Location getLocation()
The location of the comment
.io.cucumber.messages.Location location = 1;Messages.LocationOrBuilder getLocationOrBuilder()
The location of the comment
.io.cucumber.messages.Location location = 1;String getText()
The text of the comment
string text = 2;com.google.protobuf.ByteString getTextBytes()
The text of the comment
string text = 2;Copyright © 2019. All rights reserved.