Uses of Interface
xjavadoc.Type

Packages that use Type
xjavadoc   
 

Uses of Type in xjavadoc
 

Subinterfaces of Type in xjavadoc
 interface XField
          Describe what this class does
 interface XParameter
           
 

Classes in xjavadoc that implement Type
(package private)  class AbstractType
          Base class for Type.
(package private)  class FieldImpl
           
 class ParameterImpl
          This is a flyweight implementation of XParameter
(package private)  class ReturnType
          Implementation of Type for method return types.
 

Methods in xjavadoc that return Type
 Type XMethod.getReturnType()
          Returns the return type of the method.
 Type XMethod.getPropertyType()
          Returns the type of the property this method represents, or null if this method is not a property method.
 Type MethodImpl.getReturnType()
           
 Type MethodImpl.getPropertyType()
           
 



Copyright © 2002-2004 XDoclet Team. All Rights Reserved.