Uses of Class
org.openjdk.jmc.agent.ReturnValue
Packages that use ReturnValue
Package
Description
-
Uses of ReturnValue in org.openjdk.jmc.agent
Methods in org.openjdk.jmc.agent that return ReturnValueMethods in org.openjdk.jmc.agent with parameters of type ReturnValueModifier and TypeMethodDescriptionstatic TransformDescriptorTransformDescriptor.create(String id, String internalName, Method method, Map<String, String> values, List<Parameter> parameters, ReturnValue returnValue, List<Field> fields) Factory method for creatingTransformDescriptorinstances. -
Uses of ReturnValue in org.openjdk.jmc.agent.impl
Methods in org.openjdk.jmc.agent.impl that return ReturnValueModifier and TypeMethodDescriptionprivate static ReturnValueDefaultTransformRegistry.parseReturnValue(XMLStreamReader streamReader) Methods in org.openjdk.jmc.agent.impl with parameters of type ReturnValueModifier and TypeMethodDescriptionprivate static MethodDefaultTransformRegistry.parseMethod(XMLStreamReader streamReader, List<Parameter> parameters, ReturnValue[] returnValue) -
Uses of ReturnValue in org.openjdk.jmc.agent.jfr
Fields in org.openjdk.jmc.agent.jfr declared as ReturnValueMethods in org.openjdk.jmc.agent.jfr that return ReturnValueConstructors in org.openjdk.jmc.agent.jfr with parameters of type ReturnValue -
Uses of ReturnValue in org.openjdk.jmc.agent.jfr.impl
Methods in org.openjdk.jmc.agent.jfr.impl with parameters of type ReturnValueModifier and TypeMethodDescriptionprivate voidJFRMethodAdvisor.emitSettingReturnParam(int opcode, ReturnValue returnValue) -
Uses of ReturnValue in org.openjdk.jmc.agent.jfrlegacy.impl
Methods in org.openjdk.jmc.agent.jfrlegacy.impl with parameters of type ReturnValueModifier and TypeMethodDescriptionprivate voidJFRLegacyMethodAdvisor.emitSettingReturnParam(int opcode, ReturnValue returnValue)