Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.chaoswg.xtc4y.classdesc.Attribute

Uses of Attribute in com.chaoswg.xtc4y.classdesc
 

Subclasses of Attribute in com.chaoswg.xtc4y.classdesc
 class CodeAttribute
          This class describes the information for a code attribute ($4.7.3) TBD: replace the byte array representing the code by a code class thorugh which easily the code may be changed an extended and all the indices may be checked (as with the constant pool)
 class ConstantValueAttribute
          This class describes the information for a code attribute ($4.7.3)
 class DefaultAttribute
          Default implementation of a attribute, containing just a poor byte array of attribute information
 class DeprecatedAttribute
          This class describes the information for a deprecated attribute ($4.7.10)
 class ExceptionsAttribute
          This class describes the information for a exceptions attribute ($4.7.4)
 class InnerClassesAttribute
          This class describes the innerclass attribute
 class LineNumberTableAttribute
          This class describes the information for a lineNumberTable attribute ($4.7.8)
 class LocalVariableTableAttribute
          This class describes the information for a localVariableTable attribute ($4.7.9) TBD: make editable
 class SourceFileAttribute
          This class describes the information for a sourcefile attribute ($4.7.7)
 class SyntheticAttribute
          This class describes the information for a synthetic attribute ($4.7.6)
 

Fields in com.chaoswg.xtc4y.classdesc declared as Attribute
private  Attribute AttributeInfo.attribute
           
 

Methods in com.chaoswg.xtc4y.classdesc that return Attribute
 Attribute AttributeInfo.getAttribute()
           
 

Methods in com.chaoswg.xtc4y.classdesc with parameters of type Attribute
 void AttributeInfo.setAttribute(Attribute attr)
          Set a new attribute to this attributeinfo
 

Constructors in com.chaoswg.xtc4y.classdesc with parameters of type Attribute
AttributeInfo(Attribute attribute)
          Construct a new attribute initializes with the appropriate attribute.