org.objectweb.asm.util.attrs

Class ASMRuntimeVisibleAnnotations

Implemented Interfaces:
ASMifiable

public class ASMRuntimeVisibleAnnotations
extends RuntimeVisibleAnnotations
implements ASMifiable

An ASMifiable RuntimeVisibleAnnotations sub class.
Author:
Eugene Kuleshov

Field Summary

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

annotations

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.RuntimeVisibleAnnotations

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 RuntimeVisibleAnnotations