org.ashikunep.irenka.dom
インタフェース CtJavadoc

すべてのスーパーインタフェース:
ClientStorageContainer, CtComment, CtElement

public interface CtJavadoc
extends CtComment

Javaドキュメンテーションコメント。

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)

メソッドの概要
 List<CtDocBlock> getBlocks()
          このJavadocの内容を解析し、構造化したものを返す。
 
インタフェース org.ashikunep.irenka.dom.CtComment から継承されたメソッド
getText, setText
 
インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute
 
インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド
getClientStorage, putClientStorage
 

メソッドの詳細

getBlocks

List<CtDocBlock> getBlocks()
このJavadocの内容を解析し、構造化したものを返す。

戻り値:
構造化したJavadocの内容


Copyright 2007 the Seasar Foundation and the Others.