当前页面:
在线文档首页 >
NetBeans API Javadoc 5.5.0
MethodElement.Impl (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.5.0
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
static final long serialVersionUID
- Deprecated. Only public by accident.
- See Also:
- Constant Field Values
getReturn
Type getReturn()
- Get the method's return type.
- Returns:
- the return type
setReturn
void setReturn(Type ret)
throws SourceException
- Set the method's return type.
- Parameters:
ret
- the new type
- Throws:
SourceException