|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.combex.e.edoc.ETag | +--com.combex.e.edoc.EParamTag
Represents an @param documentation tag. The parses and stores the name and comment parts of the method/constructor parameter tag.
Field Summary | |
(package private) EDoc |
myHolder
|
(package private) String |
myName
|
private String |
myParameterComment
|
private String |
myParameterName
|
(package private) String |
myText
|
Fields inherited from interface org.erights.e.elib.serial.PassByConstruction |
HONORARY, HONORED_NAMES, serialVersionUID |
Constructor Summary | |
(package private) |
EParamTag(EDoc holder,
String name,
String text)
|
Method Summary | |
(package private) String[] |
divideAtWhite()
for use by subclasses which have two part tag text. |
com.sun.javadoc.Tag[] |
firstSentenceTags()
Return array of tags for the first sentence in the doc comment text. |
com.sun.javadoc.Tag[] |
inlineTags()
For the parameter comment with embedded @link tags return the array of TagImpls consisting of ESeeTag(s) and text containing ETag(s). |
String |
kind()
Return the kind of this tag. |
String |
name()
Return the name of this tag. |
String |
parameterComment()
Return the parameter comment. |
String |
parameterName()
Return the parameter name. |
com.sun.javadoc.SourcePosition |
position()
Need for 1.4 |
String |
qualifiedDocName()
Return the qualified name of this tags' doc item. |
String |
text()
Return the text of this tag, that is, portion beyond tag name. |
String |
toString()
convert this object to a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private final String myParameterName
private final String myParameterComment
final String myText
final String myName
final EDoc myHolder
Constructor Detail |
EParamTag(EDoc holder, String name, String text)
Method Detail |
public String parameterName()
public String parameterComment()
public String kind()
kind
in class ETag
public String toString()
toString
in class ETag
public com.sun.javadoc.Tag[] inlineTags()
inlineTags
in class ETag
ETag#inlineTagImpls()
,
ThrowsTagImpl#inlineTagImpls()
public String name()
public String text()
String[] divideAtWhite()
public com.sun.javadoc.Tag[] firstSentenceTags()
public String qualifiedDocName()
public com.sun.javadoc.SourcePosition position()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |