Package org.objectweb.asm.util.attrs

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

Interface Summary

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

Class Summary

ASMAnnotationDefaultAttribute An ASMifiable AnnotationDefaultAttribute sub class.
ASMEnclosingMethodAttribute An ASMifiable EnclosingMethodAttribute sub class.
ASMLocalVariableTypeTableAttribute An ASMifiable LocalVariableTypeTableAttribute sub class.
ASMRuntimeInvisibleAnnotations An ASMifiable RuntimeInvisibleAnnotations sub class.
ASMRuntimeInvisibleParameterAnnotations An ASMifiable RuntimeInvisibleParameterAnnotations sub class.
ASMRuntimeVisibleAnnotations An ASMifiable RuntimeVisibleAnnotations sub class.
ASMRuntimeVisibleParameterAnnotations An ASMifiable RuntimeVisibleParameterAnnotations sub class.
ASMSignatureAttribute An ASMifiable SignatureAttribute sub class.
ASMSourceDebugExtensionAttribute An ASMifiable SourceDebugExtensionAttribute sub class.
ASMStackMapAttribute An ASMifiable StackMapAttribute sub class.
Provides attributes sub classes that can work with the ASMifier utility.