testsgen.ifc
Interface MethodIfc
- All Superinterfaces:
- java.lang.Comparable
- All Known Implementing Classes:
- MethodImpl
- public interface MethodIfc
- extends java.lang.Comparable
MethodIfc.java defines method abstract object. As methods I mean functions,
constructors and procedures. Through implementation of this interface you
should be able to access all method parameters such as:
- Method name
- List of method parameters
- Method return type
- List of exceptions throw by this method
- Method visibility
Created: Tue Dec 04 15:03:42 2001
- Version:
- $Revision: 1.6 $
- Author:
- Artur Hefczyc
Methods inherited from interface java.lang.Comparable |
compareTo |
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setReturnTypeName
public void setReturnTypeName(java.lang.String type_name)
getReturnTypeName
public java.lang.String getReturnTypeName()
setParamNames
public void setParamNames(java.lang.String[] names)
getParamNames
public java.lang.String[] getParamNames()
setExceptionThrows
public void setExceptionThrows(java.lang.String[] names)
getExceptionThrows
public java.lang.String[] getExceptionThrows()
setModifiersInfo
public void setModifiersInfo(int mod)
getModifiersInfo
public int getModifiersInfo()
toXML
public void toXML(java.io.OutputStream out)
toXML
public java.lang.String toXML()
Copyright © GNU, wttools developers Team.