com.google.doclava
Class Comment

java.lang.Object
  extended by com.google.doclava.Comment

public class Comment
extends Object


Constructor Summary
Comment(String text, ContainerInfo base, SourcePositionInfo sp)
           
 
Method Summary
 AttrTagInfo[] attrTags()
           
 TagInfo[] briefTags()
           
 TagInfo[] deprecatedTags()
           
 boolean isDeprecated()
           
 boolean isDocOnly()
           
 boolean isHidden()
           
 ParamTagInfo[] paramTags()
           
 TagInfo[] returnTags()
           
 SeeTagInfo[] seeTags()
           
 TagInfo[] tags()
           
 TagInfo[] tags(String name)
           
 ThrowsTagInfo[] throwsTags()
           
 TagInfo[] undeprecateTags()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comment

public Comment(String text,
               ContainerInfo base,
               SourcePositionInfo sp)
Method Detail

tags

public TagInfo[] tags()

tags

public TagInfo[] tags(String name)

paramTags

public ParamTagInfo[] paramTags()

seeTags

public SeeTagInfo[] seeTags()

throwsTags

public ThrowsTagInfo[] throwsTags()

returnTags

public TagInfo[] returnTags()

deprecatedTags

public TagInfo[] deprecatedTags()

undeprecateTags

public TagInfo[] undeprecateTags()

attrTags

public AttrTagInfo[] attrTags()

briefTags

public TagInfo[] briefTags()

isHidden

public boolean isHidden()

isDocOnly

public boolean isDocOnly()

isDeprecated

public boolean isDeprecated()


Copyright © 2010-2013 Google. All Rights Reserved.