Uses of Interface
xjavadoc.Type

Packages that use Type
xjavadoc   
xjavadoc.codeunit   
 

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()
           
 

Uses of Type in xjavadoc.codeunit
 

Methods in xjavadoc.codeunit with parameters of type Type
private static void CodeTestCase.assertTypeEquals(java.lang.String msg, Type expected, Type actual)