net.sourceforge.jane.lang
Interface ConstructorInfo

All Superinterfaces:
JavaElement
All Known Implementing Classes:
ReflectionConstructorInfo

public interface ConstructorInfo
extends JavaElement

Information on a constructor.

Author:
Calvin Yu

Method Summary
 Classes getExceptions()
          Returns the exception thrown by this method.
 Parameters getParameters()
          Returns the parameters of this method.
 
Methods inherited from interface net.sourceforge.jane.lang.JavaElement
getName, isPackageProtected, isPrivate, isProtected, isPublic
 

Method Detail

getExceptions

public Classes getExceptions()
Returns the exception thrown by this method.

getParameters

public Parameters getParameters()
Returns the parameters of this method.


Copyright © 2002-2002 SourceForge. All Rights Reserved.