cb.generator
Interface Method
- All Superinterfaces:
- Node
- All Known Implementing Classes:
- MethodImpl
- public interface Method
- extends Node
Represents a Method containing code.
- Version:
- $Id: Method.java,v 1.3 2001/06/25 15:51:11 dahm Exp $
- Author:
- M. Dahm
setParameters
public void setParameters(java.util.List p)
getParameters
public java.util.List getParameters()
setCode
public void setCode(java.util.List c)
getCode
public java.util.List getCode()
setReturnType
public void setReturnType(java.lang.String p)
getReturnType
public java.lang.String getReturnType()