|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ConForM.CoopnTools.CoKer.DocComment.DocTag | +--ConForM.CoopnTools.CoKer.DocComment.AuthorDocTag
Documentation Author Tag. Store the author(s) of a module. The name can contain more than one actual name, although this practice is not recommended. Can only appear in comments of CoopnSyntacticModules.
Constructor Summary | |
AuthorDocTag(java.lang.String name)
Simple constructor. |
Method Summary | |
java.lang.String |
name()
Get the content of the Author tag. |
java.lang.String |
tag()
String representation of the tag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuthorDocTag(java.lang.String name)
name
- the author namejava.lang.IllegalArgumentException
- The name is a null or an empty string.Method Detail |
public java.lang.String name()
public java.lang.String tag()
tag
in class DocTag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |