Uses of Interface
org.openjdk.jmc.agent.Attribute
-
Packages that use Attribute Package Description org.openjdk.jmc.agent org.openjdk.jmc.agent.jfr.impl org.openjdk.jmc.agent.jfrlegacy.impl -
-
Uses of Attribute in org.openjdk.jmc.agent
Classes in org.openjdk.jmc.agent that implement Attribute Modifier and Type Class Description class
Field
class
Parameter
Metadata for a parameter to be logged by the agent.class
ReturnValue
Metadata 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 Attribute Modifier and Type Method Description private org.objectweb.asm.Type
JFRMethodAdvisor. convertify(org.objectweb.asm.MethodVisitor mv, Attribute convertable, org.objectweb.asm.Type type)
private static void
JFREventClassGenerator. createField(org.objectweb.asm.ClassWriter cw, JFRTransformDescriptor td, Attribute attribute, org.objectweb.asm.Type type)
private void
JFRMethodAdvisor. 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 Attribute Modifier and Type Method Description private static void
JFRLegacyEventClassGenerator. createField(org.objectweb.asm.ClassWriter cw, JFRTransformDescriptor td, Attribute attribute, org.objectweb.asm.Type type)
private void
JFRLegacyMethodAdvisor. writeAttribute(Attribute param, org.objectweb.asm.Type type, boolean allowToString)
-