|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Spec | |
wt.tools.xref | |
wt.tools.xref.containers | |
wt.tools.xref.specs |
Uses of Spec in wt.tools.xref |
Fields in wt.tools.xref declared as Spec | |
(package private) Spec |
xref.d_currentPackageSpec
This variable stores the name of the current package being processed. |
Uses of Spec in wt.tools.xref.containers |
Methods in wt.tools.xref.containers that return Spec | |
Spec |
SpecContainer.get(String specString)
|
Methods in wt.tools.xref.containers with parameters of type Spec | |
void |
SpecContainer.put(String specString,
Spec theSpec)
Insert the specified WUObject into the container |
void |
SortedSpecVector.insert(Spec theSpec)
|
boolean |
ReferencesContainer.containsKey(Spec theSpec)
Checks to see if this container contains an entry for the specified Spec object or not. |
void |
ReferencesContainer.put(Spec referencingSpec,
Spec referencedSpec)
Insert the specified WUObject into the container |
Hashtable |
ReferencesContainer.get(Spec referencingSpec)
|
void |
OwnedMethodsContainer.put(Spec referencingSpec,
Spec referencedSpec)
|
private int |
OwnedMethodsContainer.methodNumber(Spec referencingSpec,
MethodSpec theMethodSpec)
|
boolean |
MasterContainer.containsKey(Spec theSpec)
Checks to see if this container contains an entry for the specified Spec object or not. |
void |
MasterContainer.put(Spec theSpec,
WUObject theObject)
Insert the specified WUObject into the container |
WUObject |
MasterContainer.get(Spec theSpec)
|
(package private) static void |
CodebaseXref.outputSpec(OutputHelper oh,
Spec theSpec,
String title)
|
Uses of Spec in wt.tools.xref.specs |
Classes in wt.tools.xref.specs that implement Spec | |
class |
BaseTypeSpec
|
class |
ClassInterfaceSpec
|
class |
FieldSpec
|
class |
MethodSpec
|
class |
PackageSpec
|
Fields in wt.tools.xref.specs declared as Spec | |
private Spec |
MethodSpec.d_returnType
|
private Spec[] |
MethodSpec.d_argTypeList
|
private Spec |
FieldSpec.d_fieldType
|
Methods in wt.tools.xref.specs that return Spec | |
Spec |
MethodSpec.getReturnType()
|
Spec[] |
MethodSpec.getArgTypeList()
|
Spec |
FieldSpec.getFieldType()
|
Constructors in wt.tools.xref.specs with parameters of type Spec | |
MethodSpec(Spec returnType,
ClassInterfaceSpec ciSpec,
String methodName,
Spec[] argTypeList)
|
|
FieldSpec(Spec fieldType,
ClassInterfaceSpec ciSpec,
String fieldName)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |