Uses of Interface xjavadoc.XConstructor

Uses in package xjavadoc.codeunit

Methods with parameter type xjavadoc.XConstructor

void

Uses in package xjavadoc

Classes implementing xjavadoc.XConstructor

class
Describe what this class does

Methods with parameter type xjavadoc.XConstructor

void
Gets the Constructors attribute of the AbstractClass object

Methods with return type xjavadoc.XConstructor

XConstructor
AbstractClass.getConstructor(String constructorNameWithSignature)
Gets the Constructor attribute of the AbstractClass object
XConstructor
XClass.getConstructor(String constructorNameWithSignature)
Gets the constructor with the given signature.