com.jasml.classes
Class Attribute
java.lang.Object
   com.jasml.classes.Attribute
com.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
 
| 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 | 
 
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
Attribute
public Attribute(byte attrTag,
                 int attrLength)
Attribute
public Attribute(int attribute_name_index,
                 int attribute_length,
                 byte[] attrInfo)