Uses of Class
wt.loader.AttributeInfo

Packages that use AttributeInfo
wt.loader Defines Loader which is a java.lang.ClassLoader that supports Windchill class loading with AttributeInfo, FieldInfo and MethodInfo
 

Uses of AttributeInfo in wt.loader
 

Fields in wt.loader declared as AttributeInfo
(package private)  AttributeInfo[] MethodInfo.attributes
           
(package private)  AttributeInfo[] FieldInfo.attributes
           
(package private)  AttributeInfo[] ClassFile.attributes
           
 

Methods in wt.loader that return AttributeInfo
 AttributeInfo ClassFile.getAttribute(String name)
          Return the attribute named 'name' from the class file.
 

Methods in wt.loader with parameters of type AttributeInfo
 void ClassFile.addAttribute(AttributeInfo newAttribute)
          Add a new optional class Attribute.