xdc.services.spec
Class DocComment
java.lang.Object
xdc.services.spec.DocComment
- All Implemented Interfaces:
- java.io.Serializable
public class DocComment
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getArg()
|
java.lang.String |
getBody()
|
java.lang.String |
getMode()
|
int |
getParId()
|
java.lang.String |
getTag()
|
static java.lang.Boolean |
isParsed(java.util.List<DocComment> docs)
Identify whether the given list of comments has already been parsed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getArg
public final java.lang.String getArg()
getBody
public final java.lang.String getBody()
getMode
public final java.lang.String getMode()
getTag
public final java.lang.String getTag()
getParId
public final int getParId()
isParsed
public static java.lang.Boolean isParsed(java.util.List<DocComment> docs)
- Identify whether the given list of comments has already been parsed.
- Parameters:
docs
- The list of comments to inspect.
- Returns:
- true if the list has already been parsed.