Package io.cucumber.messages
Interface Messages.SourceReference.JavaStackTraceElementOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.SourceReference.JavaStackTraceElement
,Messages.SourceReference.JavaStackTraceElement.Builder
- Enclosing class:
- Messages.SourceReference
public static interface Messages.SourceReference.JavaStackTraceElementOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClassName()
string class_name = 1;
com.google.protobuf.ByteString
getClassNameBytes()
string class_name = 1;
String
getFileName()
string file_name = 3;
com.google.protobuf.ByteString
getFileNameBytes()
string file_name = 3;
String
getMethodName()
string method_name = 2;
com.google.protobuf.ByteString
getMethodNameBytes()
string method_name = 2;
-
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;
-
getFileName
String getFileName()
string file_name = 3;
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()
string file_name = 3;
-
-