|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--attrib4j.attributes.JavadocAttribute
Constructor Summary | |
JavadocAttribute(java.lang.String name,
java.lang.String text)
Create a JavadocAttribute with the tag and text of the Javadoc comment. |
Method Summary | |
java.lang.String |
getName()
Get the name of the Javadoc tag. |
java.lang.String |
getText()
Return the text of this tag, that is, portion beyond tag name. |
java.lang.String |
toString()
Return a pretty print textual description of the attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JavadocAttribute(java.lang.String name, java.lang.String text)
Method Detail |
public java.lang.String getName()
public java.lang.String getText()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |