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.AttributeInfo

Uses of AttributeInfo in com.chaoswg.xtc4y.classdesc
 

Methods in com.chaoswg.xtc4y.classdesc that return AttributeInfo
 AttributeInfo[] ClassDescriptor.getAttributes()
           
 AttributeInfo[] CodeAttribute.getAttributes()
           
 AttributeInfo[] NameDescriptorInfo.getAttributes()
           
 

Methods in com.chaoswg.xtc4y.classdesc with parameters of type AttributeInfo
 void ClassDescriptor.addAttribute(AttributeInfo attribute)
          Add an attribute to this class
 void ClassDescriptor.removeAttribute(AttributeInfo attribute)
          Remove an attribute from the current class
 void CodeAttribute.addAttribute(AttributeInfo attribute)
          Add an attribute
 void CodeAttribute.removeAttribute(AttributeInfo attribute)
          Remove an attribute
 void NameDescriptorInfo.addAttribute(AttributeInfo attribute)
          Add an attribute to this class
 void NameDescriptorInfo.removeAttribute(AttributeInfo attribute)
          Remove an attribute from the current class