Eclipse JDT
Release 3.7

com.sun.mirror.declaration
Interface ConstructorDeclaration

All Superinterfaces:
Declaration, ExecutableDeclaration, MemberDeclaration

public interface ConstructorDeclaration
extends ExecutableDeclaration

Represents a constructor of a class or interface.

Since:
1.5

Method Summary
 
Methods inherited from interface com.sun.mirror.declaration.ExecutableDeclaration
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs
 
Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration
getDeclaringType
 
Methods inherited from interface com.sun.mirror.declaration.Declaration
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
 


Eclipse JDT
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.