Package ghidra.rmi.trace
Interface TraceRmi.MethodOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TraceRmi.Method,TraceRmi.Method.Builder
- Enclosing class:
TraceRmi
public static interface TraceRmi.MethodOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring action = 2;com.google.protobuf.ByteStringstring action = 2;string description = 4;com.google.protobuf.ByteStringstring description = 4;string display = 3;com.google.protobuf.ByteStringstring display = 3;getIcon()string icon = 8;com.google.protobuf.ByteStringstring icon = 8;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;string ok_text = 7;com.google.protobuf.ByteStringstring ok_text = 7;getParameters(int index) repeated .ghidra.rmi.trace.MethodParameter parameters = 5;intrepeated .ghidra.rmi.trace.MethodParameter parameters = 5;repeated .ghidra.rmi.trace.MethodParameter parameters = 5;getParametersOrBuilder(int index) repeated .ghidra.rmi.trace.MethodParameter parameters = 5;List<? extends TraceRmi.MethodParameterOrBuilder> repeated .ghidra.rmi.trace.MethodParameter parameters = 5;I'd like to make them all void, but I think executing a command and capturing its output justifies being able to return a result.I'd like to make them all void, but I think executing a command and capturing its output justifies being able to return a result.booleanI'd like to make them all void, but I think executing a command and capturing its output justifies being able to return a result.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getAction
String getAction()string action = 2;- Returns:
- The action.
-
getActionBytes
com.google.protobuf.ByteString getActionBytes()string action = 2;- Returns:
- The bytes for action.
-
getDisplay
String getDisplay()string display = 3;- Returns:
- The display.
-
getDisplayBytes
com.google.protobuf.ByteString getDisplayBytes()string display = 3;- Returns:
- The bytes for display.
-
getDescription
String getDescription()string description = 4;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 4;- Returns:
- The bytes for description.
-
getParametersList
List<TraceRmi.MethodParameter> getParametersList()repeated .ghidra.rmi.trace.MethodParameter parameters = 5; -
getParameters
repeated .ghidra.rmi.trace.MethodParameter parameters = 5; -
getParametersCount
int getParametersCount()repeated .ghidra.rmi.trace.MethodParameter parameters = 5; -
getParametersOrBuilderList
List<? extends TraceRmi.MethodParameterOrBuilder> getParametersOrBuilderList()repeated .ghidra.rmi.trace.MethodParameter parameters = 5; -
getParametersOrBuilder
repeated .ghidra.rmi.trace.MethodParameter parameters = 5; -
hasReturnType
boolean hasReturnType()I'd like to make them all void, but I think executing a command and capturing its output justifies being able to return a result. It should be used very sparingly.
.ghidra.rmi.trace.ValueType return_type = 6;- Returns:
- Whether the returnType field is set.
-
getReturnType
TraceRmi.ValueType getReturnType()I'd like to make them all void, but I think executing a command and capturing its output justifies being able to return a result. It should be used very sparingly.
.ghidra.rmi.trace.ValueType return_type = 6;- Returns:
- The returnType.
-
getReturnTypeOrBuilder
TraceRmi.ValueTypeOrBuilder getReturnTypeOrBuilder()I'd like to make them all void, but I think executing a command and capturing its output justifies being able to return a result. It should be used very sparingly.
.ghidra.rmi.trace.ValueType return_type = 6; -
getOkText
String getOkText()string ok_text = 7;- Returns:
- The okText.
-
getOkTextBytes
com.google.protobuf.ByteString getOkTextBytes()string ok_text = 7;- Returns:
- The bytes for okText.
-
getIcon
String getIcon()string icon = 8;- Returns:
- The icon.
-
getIconBytes
com.google.protobuf.ByteString getIconBytes()string icon = 8;- Returns:
- The bytes for icon.
-