EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql.spi
Interface IConstructor

All Known Implementing Classes:
JavaConstructor

public interface IConstructor

The external representation of a Java class constructor.

Version:
2.3
See Also:
IType
Author:
Pascal Filion
Since:
2.3

Method Summary
 ITypeDeclaration[] getParameterTypes()
          Returns the list of ITypeDeclaration representing the parameter types.
 

Method Detail

getParameterTypes

ITypeDeclaration[] getParameterTypes()
Returns the list of ITypeDeclaration representing the parameter types. If this is the default constructor, then an empty array should be returned.

Returns:
The list of parameter types or an empty list

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference