org.objectweb.asm.util.attrs

Class ASMAnnotationDefaultAttribute

Implemented Interfaces:
ASMifiable

public class ASMAnnotationDefaultAttribute
extends AnnotationDefaultAttribute
implements ASMifiable

An ASMifiable AnnotationDefaultAttribute sub class.
Author:
Eugene Kuleshov

Field Summary

Fields inherited from class org.objectweb.asm.attrs.AnnotationDefaultAttribute

defaultValue

Fields inherited from class org.objectweb.asm.Attribute

next, type

Method Summary

void
asmify(StringBuffer buf, String varName, Map labelNames)
protected Attribute
read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)

Methods inherited from class org.objectweb.asm.attrs.AnnotationDefaultAttribute

read, toString, write

Methods inherited from class org.objectweb.asm.Attribute

getLabels, isUnknown, read, write

Method Details

asmify

public void asmify(StringBuffer buf,
                   String varName,
                   Map labelNames)
Specified by:
asmify in interface ASMifiable

read

protected Attribute read(ClassReader cr,
                         int off,
                         int len,
                         char[] buf,
                         int codeOff,
                         Label[] labels)
Overrides:
read in interface AnnotationDefaultAttribute