com.jasml.classes
Class Attribute

java.lang.Object
  extended bycom.jasml.classes.Attribute
Direct Known Subclasses:
Attribute_Code, Attribute_ConstantValue, Attribute_Deprecated, Attribute_Exceptions, Attribute_InnerClasses, Attribute_LineNumberTable, Attribute_LocalVariableTable, Attribute_SourceFile, Attribute_Synthetic

public class Attribute
extends java.lang.Object


Field Summary
 int attribute_length
           
 java.lang.String attribute_name
           
 int attribute_name_index
           
 byte attribute_tag
           
 byte[] attrInfo
           
 
Constructor Summary
Attribute(byte attrTag, int attrLength)
           
Attribute(int attribute_name_index, int attribute_length, byte[] attrInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute_name_index

public int attribute_name_index

attribute_tag

public byte attribute_tag

attribute_length

public int attribute_length

attrInfo

public byte[] attrInfo

attribute_name

public java.lang.String attribute_name
Constructor Detail

Attribute

public Attribute(byte attrTag,
                 int attrLength)

Attribute

public Attribute(int attribute_name_index,
                 int attribute_length,
                 byte[] attrInfo)