public class ASDocComment extends Object implements IASDocComment
Constructor and Description |
---|
ASDocComment(ASToken token,
IDocumentableDefinitionNode node) |
ASDocComment(antlr.Token token) |
public ASDocComment(ASToken token, IDocumentableDefinitionNode node)
public ASDocComment(antlr.Token token)
token
- The asdoc token.public void compile()
compile
in interface IASDocComment
public String getDescription()
getDescription
in interface IASDocComment
public boolean hasTag(String name)
hasTag
in interface IASDocComment
public IASDocTag getTag(String name)
getTag
in interface IASDocComment
public Map<String,List<IASDocTag>> getTags()
getTags
in interface IASDocComment
public List<IASDocTag> getTagsByName(String name)
getTagsByName
in interface IASDocComment
public void paste(IASDocComment source)
paste
in interface IASDocComment
Copyright © 2016 The Apache Software Foundation. All rights reserved.