Uses of Class
wt.tools.xref.specs.ClassInterfaceSpec

Packages that use ClassInterfaceSpec
wt.tools.xref   
wt.tools.xref.specs   
 

Uses of ClassInterfaceSpec in wt.tools.xref
 

Fields in wt.tools.xref declared as ClassInterfaceSpec
(package private)  ClassInterfaceSpec xref.d_currentClassInterfaceSpec
          This variable stores a reference to the current ClassInterface object that is being processed.
 

Methods in wt.tools.xref with parameters of type ClassInterfaceSpec
(package private)  void xref.exceptionCheck(ClassInterfaceSpec cis)
           
(package private)  void xref.getParentInterfaces(Vector container, ClassInterfaceSpec cis)
           
(package private)  void WhereUsedHtmlGen.writeDetailFiles(PackageSpec packageSpec, ClassInterfaceSpec theClassInterfaceSpec)
           
(package private)  void Package.addClassInterface(ClassInterfaceSpec spec, ClassInterface theClassInterface)
           
 

Uses of ClassInterfaceSpec in wt.tools.xref.specs
 

Constructors in wt.tools.xref.specs with parameters of type ClassInterfaceSpec
MethodSpec(Spec returnType, ClassInterfaceSpec ciSpec, String methodName, Spec[] argTypeList)
           
FieldSpec(Spec fieldType, ClassInterfaceSpec ciSpec, String fieldName)