FreeHEP API
Version current

org.freehep.jaco.rtti
Class IDestructor

java.lang.Object
  extended byorg.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
Source Code:
IDestructor.java

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

Returns:
Semi-java string representation of this destructor

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.