Package io.cucumber.messages
Interface Messages.SourceReference.JavaMethodOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.SourceReference.JavaMethod,Messages.SourceReference.JavaMethod.Builder
- Enclosing class:
- Messages.SourceReference
public static interface Messages.SourceReference.JavaMethodOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassName()string class_name = 1;com.google.protobuf.ByteStringgetClassNameBytes()string class_name = 1;StringgetMethodName()string method_name = 2;com.google.protobuf.ByteStringgetMethodNameBytes()string method_name = 2;StringgetMethodParameterTypes(int index)repeated string method_parameter_types = 3;com.google.protobuf.ByteStringgetMethodParameterTypesBytes(int index)repeated string method_parameter_types = 3;intgetMethodParameterTypesCount()repeated string method_parameter_types = 3;List<String>getMethodParameterTypesList()repeated string method_parameter_types = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClassName
String getClassName()
string class_name = 1;
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
string class_name = 1;
-
getMethodName
String getMethodName()
string method_name = 2;
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()
string method_name = 2;
-
getMethodParameterTypesList
List<String> getMethodParameterTypesList()
repeated string method_parameter_types = 3;
-
getMethodParameterTypesCount
int getMethodParameterTypesCount()
repeated string method_parameter_types = 3;
-
getMethodParameterTypes
String getMethodParameterTypes(int index)
repeated string method_parameter_types = 3;
-
getMethodParameterTypesBytes
com.google.protobuf.ByteString getMethodParameterTypesBytes(int index)
repeated string method_parameter_types = 3;
-
-