org.openide.src
Interface  MethodElement.Impl
- All Superinterfaces: 
 - ConstructorElement.Impl, Element.Impl, MemberElement.Impl, Serializable
 
- Enclosing class: 
 - MethodElement
 
- public static interface MethodElement.Impl
- extends ConstructorElement.Impl
  
Pluggable behavior of the method element.
- See Also: 
 MethodElement
 
 
 
 
 
serialVersionUID
public static final long serialVersionUID
getReturn
public Type getReturn()
- Set the method's return type.
 
- Parameters:
 type - the new type
 
 
setReturn
public void setReturn(Type ret)
               throws SourceException
- Get the method's return type.
 
- Returns:
 - the return type
 
 
 
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.