net.sf.daileon.notsupported
Class MethodInformation

java.lang.Object
  extended by net.sf.daileon.notsupported.ElementRoot
      extended by net.sf.daileon.notsupported.ElementBase
          extended by net.sf.daileon.notsupported.MethodInformation

 class MethodInformation
extends ElementBase

The MethodInformation class represents specifically the information of a particular method.

Version:
1.0 01/01/2010
Author:
Roberto Perillo

Field Summary
private  String[] exceptions
          The exceptions that may be thrown by the method
 
Constructor Summary
MethodInformation()
          Class constructor.
 
Method Summary
(package private)  String[] getExceptions()
          Gets the exceptions that may be thrown by this method.
(package private)  void setExceptions(String[] exceptions)
          Sets the exceptions that may be thrown by this method.
 
Methods inherited from class net.sf.daileon.notsupported.ElementBase
equals, getAccess, getDesc, getName, hashCode, setAccess, setDesc, setName, toString
 
Methods inherited from class net.sf.daileon.notsupported.ElementRoot
getAttribute, getClassName, setAttribute, setClassName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

exceptions

private String[] exceptions
The exceptions that may be thrown by the method

Constructor Detail

MethodInformation

MethodInformation()
Class constructor.

Method Detail

getExceptions

String[] getExceptions()
Gets the exceptions that may be thrown by this method.

Returns:
The exceptions that may be thrown by this method.

setExceptions

void setExceptions(String[] exceptions)
Sets the exceptions that may be thrown by this method.

Parameters:
exceptions - The exceptions that may be thrown by this method.