Uses of Class
com.vladium.jcd.cls.attribute.Attribute_info

Packages that use Attribute_info
com.vladium.jcd.cls   
com.vladium.jcd.cls.attribute   
 

Uses of Attribute_info in com.vladium.jcd.cls
 

Methods in com.vladium.jcd.cls that return Attribute_info
 Attribute_info AttributeCollection.get(int offset)
           
 Attribute_info IAttributeCollection.get(int offset)
          Returns the attribute descriptor at a given offset.
 Attribute_info AttributeCollection.remove(int offset)
           
 Attribute_info IAttributeCollection.remove(int offset)
          Removes the Attribute_info descriptor at a given offset.
 Attribute_info AttributeCollection.set(int offset, Attribute_info attribute)
           
 Attribute_info IAttributeCollection.set(int offset, Attribute_info attribute)
          Replaces the Attribute_info descriptor at a given offset.
 

Methods in com.vladium.jcd.cls with parameters of type Attribute_info
 int AttributeCollection.add(Attribute_info attribute)
           
 int IAttributeCollection.add(Attribute_info attribute)
          Adds a new Attribute_info descriptor to this collection.
 Attribute_info AttributeCollection.set(int offset, Attribute_info attribute)
           
 Attribute_info IAttributeCollection.set(int offset, Attribute_info attribute)
          Replaces the Attribute_info descriptor at a given offset.
 

Uses of Attribute_info in com.vladium.jcd.cls.attribute
 

Subclasses of Attribute_info in com.vladium.jcd.cls.attribute
 class BridgeAttribute_info
          New attribute added by J2SE 1.5
 class CodeAttribute_info
          The Code attribute is a variable-length attribute used in the attributes table of Method_info structures.
 class ConstantValueAttribute_info
          The ConstantValue attribute is a fixed-length attribute used in the attributes table of the Field_info structures.
 class ExceptionsAttribute_info
          The Exceptions attribute is a variable-length attribute used in the attributes table of a Method_info structure.
 class GenericAttribute_info
          This attribute structure is used during parsing to absorb all attribute types that are not currently recognized.
 class InnerClassesAttribute_info
           
 class LineNumberTableAttribute_info
          The LineNumberTable attribute is an optional variable-length attribute in the attributes table of a CodeAttribute_info attribute.
 class SourceFileAttribute_info
           
 class SyntheticAttribute_info
          The Synthetic attribute is a fixed-length attribute in the attributes table of ClassFile, Field_info, and Method_info structures.
 

Methods in com.vladium.jcd.cls.attribute that return Attribute_info
static Attribute_info Attribute_info.new_Attribute_info(IConstantCollection constants, UDataInputStream bytes)
          Parses out a single Attribute_info element out of .class data in 'bytes'.