public static interface Messages.GherkinDocument.Feature.FeatureChild.RuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.GherkinDocument.Feature.FeatureChild.RuleChild |
getChildren(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5; |
int |
getChildrenCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5; |
List<Messages.GherkinDocument.Feature.FeatureChild.RuleChild> |
getChildrenList()
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5; |
Messages.GherkinDocument.Feature.FeatureChild.RuleChildOrBuilder |
getChildrenOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5; |
List<? extends Messages.GherkinDocument.Feature.FeatureChild.RuleChildOrBuilder> |
getChildrenOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5; |
String |
getDescription()
string description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 4; |
String |
getKeyword()
string keyword = 2; |
com.google.protobuf.ByteString |
getKeywordBytes()
string keyword = 2; |
Messages.Location |
getLocation()
The location of the `Rule` keyword
|
Messages.LocationOrBuilder |
getLocationOrBuilder()
The location of the `Rule` keyword
|
String |
getName()
string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 3; |
boolean |
hasLocation()
The location of the `Rule` keyword
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
The location of the `Rule` keyword
.io.cucumber.messages.Location location = 1;Messages.Location getLocation()
The location of the `Rule` keyword
.io.cucumber.messages.Location location = 1;Messages.LocationOrBuilder getLocationOrBuilder()
The location of the `Rule` keyword
.io.cucumber.messages.Location location = 1;String getKeyword()
string keyword = 2;com.google.protobuf.ByteString getKeywordBytes()
string keyword = 2;String getName()
string name = 3;com.google.protobuf.ByteString getNameBytes()
string name = 3;String getDescription()
string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
string description = 4;List<Messages.GherkinDocument.Feature.FeatureChild.RuleChild> getChildrenList()
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5;Messages.GherkinDocument.Feature.FeatureChild.RuleChild getChildren(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5;int getChildrenCount()
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5;List<? extends Messages.GherkinDocument.Feature.FeatureChild.RuleChildOrBuilder> getChildrenOrBuilderList()
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5;Messages.GherkinDocument.Feature.FeatureChild.RuleChildOrBuilder getChildrenOrBuilder(int index)
repeated .io.cucumber.messages.GherkinDocument.Feature.FeatureChild.RuleChild children = 5;Copyright © 2019. All rights reserved.