org.kohsuke.rngom.ast.builder
インタフェース ElementAnnotationBuilder

すべてのスーパーインタフェース:
Annotations
既知の実装クラスの一覧:
SchemaBuilderImpl

public interface ElementAnnotationBuilder
extends Annotations


メソッドの概要
 void addText(java.lang.String value, Location loc, CommentList comments)
           
 ParsedElementAnnotation makeElementAnnotation()
           
 
インタフェース org.kohsuke.rngom.ast.builder.Annotations から継承したメソッド
addAttribute, addComment, addElement, addLeadingComment
 

メソッドの詳細

addText

public void addText(java.lang.String value,
                    Location loc,
                    CommentList comments)
             throws BuildException
例外:
BuildException

makeElementAnnotation

public ParsedElementAnnotation makeElementAnnotation()
                                              throws BuildException
例外:
BuildException