Uses of Class
wt.tools.xref.ClassInterface

Packages that use ClassInterface
wt.tools.xref   
wt.tools.xref.containers   
 

Uses of ClassInterface in wt.tools.xref
 

Fields in wt.tools.xref declared as ClassInterface
private  ClassInterface Method.d_owner
           
(package private)  ClassInterface IndexJavaSource.d_currentClass
           
(package private)  ClassInterface Field.d_owner
           
 

Methods in wt.tools.xref that return ClassInterface
 ClassInterface Field.getOwner()
           
 

Methods in wt.tools.xref with parameters of type ClassInterface
(package private)  void Package.addClassInterface(ClassInterfaceSpec spec, ClassInterface theClassInterface)
           
(package private)  void CodebaseOutput.outputFields(ClassInterface ci)
           
(package private)  void CodebaseOutput.outputInstantiatedBy(ClassInterface ci)
           
(package private)  void CodebaseOutput.outputMethods(ClassInterface ci)
           
 

Constructors in wt.tools.xref with parameters of type ClassInterface
Method(ClassInterface owner, com.ibm.toad.cfparse.MethodInfo mi)
          This constructor is used to automatically construct a Method object from a MethodInfo object.
Method(ClassInterface owner, String returnType, String className, String methodName, String[] argTypes)
           
Field(String type, String name, ClassInterface owner)
          constructor
 

Uses of ClassInterface in wt.tools.xref.containers
 

Methods in wt.tools.xref.containers that return ClassInterface
 ClassInterface ClassInterfaceVector.getClassInterface(int index)
           
 ClassInterface ClassInterfaceHashtable.get(String name)
           
 ClassInterface ClassInterfaceHashtable.put(String classInterfaceName, int objectType)
           
 ClassInterface ClassInterfaceHashtable.put(String classInterfaceName)
           
 

Methods in wt.tools.xref.containers with parameters of type ClassInterface
 void ClassInterfaces.putInterface(String className, ClassInterface theInterface)
           
 void ClassInterfaceHashtable.put(String name, ClassInterface theClassInterface)