Uses of Interface
org.openjdk.jmc.agent.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.openjdk.jmc.agent
Classes in org.openjdk.jmc.agent that implement AttributeModifier and TypeClassDescriptionclassfinal classMetadata for a parameter to be logged by the agent.final classMetadata for a return value to be logged by the agent. -
Uses of Attribute in org.openjdk.jmc.agent.jfr.impl
Methods in org.openjdk.jmc.agent.jfr.impl with parameters of type AttributeModifier and TypeMethodDescriptionprivate org.objectweb.asm.TypeJFRMethodAdvisor.convertify(org.objectweb.asm.MethodVisitor mv, Attribute convertable, org.objectweb.asm.Type type) private static voidJFREventClassGenerator.createField(org.objectweb.asm.ClassWriter cw, JFRTransformDescriptor td, Attribute attribute, org.objectweb.asm.Type type) private voidJFRMethodAdvisor.writeAttribute(Attribute param, org.objectweb.asm.Type type) -
Uses of Attribute in org.openjdk.jmc.agent.jfrlegacy.impl
Methods in org.openjdk.jmc.agent.jfrlegacy.impl with parameters of type AttributeModifier and TypeMethodDescriptionprivate static voidJFRLegacyEventClassGenerator.createField(org.objectweb.asm.ClassWriter cw, JFRTransformDescriptor td, Attribute attribute, org.objectweb.asm.Type type) private voidJFRLegacyMethodAdvisor.writeAttribute(Attribute param, org.objectweb.asm.Type type, boolean allowToString)