Interface Messages.GherkinDocument.CommentOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;