|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElementAnnotationBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
Used to build foreign element annotations.
Method Summary | |
---|---|
void |
addText(java.lang.String value,
L loc,
CL comments)
Called when a child text is found. |
E |
makeElementAnnotation()
Called at the end to build an application data structure. |
Methods inherited from interface org.kohsuke.rngom.ast.builder.Annotations |
---|
addAttribute, addComment, addElement, addLeadingComment |
Method Detail |
---|
void addText(java.lang.String value, L loc, CL comments) throws BuildException
BuildException
E makeElementAnnotation() throws BuildException
BuildException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |