public interface IDITAEntry
Modifier and Type | Method and Description |
---|---|
IASDocComment |
getComment(IDefinition defintion)
Returns the comment for the specific
IDefinition if it exists. |
String |
getPackageName()
Returns the package name that this IDITAEntry represents
|
String getPackageName()
IASDocComment getComment(IDefinition defintion) throws Exception
IDefinition
if it exists. If nothing exists, this method will return nulldefintion
- the IDefinition
whose comment we want to findIASDocComment
or nullException
Copyright © 2016 The Apache Software Foundation. All rights reserved.