FreeHEP API
Version v1.2.2

org.freehep.jaco.rtti
Class IDestructor

java.lang.Object
  |
  +--org.freehep.jaco.rtti.IDestructor

public class IDestructor
extends Object

Defines a destructor in the RTTI.

Version:
$Id: IDestructor.java,v 1.2 2002/07/08 22:42:58 duns Exp $
Author:
Mark Donszelmann

Method Summary
 String[] getComments(String language)
          Returns the list of comments describing this destructor
 String[] getExceptionTypes()
          Returns the list of exceptions, thrown by this destructor
 String getName()
          Returns the name of the destructor
 String toString()
          Semi-java string representation of this destructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the name of the destructor

Returns:
name of destructor

getComments

public String[] getComments(String language)
Returns the list of comments describing this destructor

Returns:
list of comments

getExceptionTypes

public String[] getExceptionTypes()
Returns the list of exceptions, thrown by this destructor

Returns:
list of exception names (may be fully qualified)

toString

public String toString()
Semi-java string representation of this destructor

Overrides:
toString in class Object
Returns:
Semi-java string representation of this destructor

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.