public interface IASDocComment
IDocumentableDefinitionNode
s and
IDocumentableDefinition
s to refer to ASDoc comments. As more ASDoc
functionality is ported into the compiler code base, methods can be added to
this interface to allow easier access to ASDoc information.Modifier and Type | Method and Description |
---|---|
void |
compile() |
String |
getDescription() |
IASDocTag |
getTag(String name) |
Map<String,List<IASDocTag>> |
getTags() |
Collection<IASDocTag> |
getTagsByName(String name) |
boolean |
hasTag(String name) |
void |
paste(IASDocComment source) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.