站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

JavaDoc.Method (NetBeans Java Hierarchy API) - NetBeans API Javadoc 5.0.0

 

org.openide.src
Interface JavaDoc.Method

All Superinterfaces:
JavaDoc
Enclosing interface:
JavaDoc

public static interface JavaDoc.Method
extends JavaDoc

The JavaDoc of a method. Adds two special tags: @para tag and @throws tag.


Nested Class Summary
 
Nested classes inherited from class org.openide.src.JavaDoc
JavaDoc.Class, JavaDoc.Field, JavaDoc.Method
 
Field Summary
 
Fields inherited from interface org.openide.src.JavaDoc
ADD, REMOVE, SET
 
Method Summary
 JavaDocTag.Param[] getParamTags()
          Gets param tags.
 JavaDocTag.Throws[] getThrowsTags()
          Gets throws tags.
 
Methods inherited from interface org.openide.src.JavaDoc
changeTags, clearJavaDoc, getRawText, getSeeTags, getTags, getTags, getText, isEmpty, setRawText, setText
 

Method Detail

getParamTags

public JavaDocTag.Param[] getParamTags()
Gets param tags.


getThrowsTags

public JavaDocTag.Throws[] getThrowsTags()
Gets throws tags.


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.