Uses of Interface
xjavadoc.XConstructor

Packages that use XConstructor
xjavadoc   
xjavadoc.codeunit   
 

Uses of XConstructor in xjavadoc
 

Classes in xjavadoc that implement XConstructor
(package private)  class ConstructorImpl
          Describe what this class does
 

Methods in xjavadoc that return XConstructor
 XConstructor XClass.getConstructor(java.lang.String constructorNameWithSignature)
          Gets the constructor with the given signature.
 XConstructor AbstractClass.getConstructor(java.lang.String constructorNameWithSignature)
          Gets the Constructor attribute of the AbstractClass object
 

Methods in xjavadoc with parameters of type XConstructor
(package private)  void AbstractClass.addConstructor(XConstructor constructor)
          Gets the Constructors attribute of the AbstractClass object
 

Uses of XConstructor in xjavadoc.codeunit
 

Methods in xjavadoc.codeunit with parameters of type XConstructor
private static void CodeTestCase.assertConstructorEquals(XConstructor expected, XConstructor actual)