Package org.objectweb.asm.util.attrs

Provides attributes sub classes that can work with the ASMifier utility.

See:
          Description

Interface Summary
ASMifiable An attribute that can print the ASM code to create an equivalent attribute.
 

Class Summary
AnnotationDefaultAttribute An ASMifiable AnnotationDefaultAttribute sub class.
EnclosingMethodAttribute An ASMifiable EnclosingMethodAttribute sub class.
RuntimeInvisibleAnnotations An ASMifiable RuntimeInvisibleAnnotations sub class.
RuntimeInvisibleParameterAnnotations An ASMifiable RuntimeInvisibleParameterAnnotations sub class.
RuntimeVisibleAnnotations An ASMifiable RuntimeVisibleAnnotations sub class.
RuntimeVisibleParameterAnnotations An ASMifiable RuntimeVisibleParameterAnnotations sub class.
SignatureAttribute An ASMifiable SignatureAttribute sub class.
SourceDebugExtensionAttribute An ASMifiable SourceDebugExtensionAttribute sub class.
StackMapAttribute An ASMifiable StackMapAttribute sub class.
 

Package org.objectweb.asm.util.attrs Description

Provides attributes sub classes that can work with the ASMifier utility.

Since:
ASM 1.4.3