org.apache.bcel.classfile

Class RuntimeVisibleAnnotations

public class RuntimeVisibleAnnotations extends Annotations

represents an annotation that is represented in the class file and is provided to the JVM.

Since: 5.3

Version: $Id: RuntimeVisibleAnnotations

Author: D. Brosius

Constructor Summary
RuntimeVisibleAnnotations(int name_index, int length, DataInputStream file, ConstantPool constant_pool)
Method Summary
Attributecopy(ConstantPool constant_pool)
voiddump(DataOutputStream dos)

Constructor Detail

RuntimeVisibleAnnotations

public RuntimeVisibleAnnotations(int name_index, int length, DataInputStream file, ConstantPool constant_pool)

Parameters: name_index Index pointing to the name Code length Content length in bytes file Input stream constant_pool Array of constants

Method Detail

copy

public Attribute copy(ConstantPool constant_pool)

Returns: deep copy of this attribute

dump

public final void dump(DataOutputStream dos)
Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.