Interface IConstructorType

All Superinterfaces:
IInvocableType, INonLoadableType, IType, Serializable
All Known Implementing Classes:
ConstructorType, ErrorTypeInfo.UniversalConstructorType

public interface IConstructorType extends IInvocableType
  • Method Details

    • getDeclaringType

      IType getDeclaringType()
      Returns the type being contructed.
    • getParameterTypes

      IType[] getParameterTypes()
      The constructor's argument types. Can be null.
      Specified by:
      getParameterTypes in interface IInvocableType
    • getConstructor

      IConstructorInfo getConstructor()
      An associated Constructor. Optional.
    • getArgSignature

      String getArgSignature()