final class ElementAnnotationBuilderHost extends AnnotationsHost implements ElementAnnotationBuilder
| Modifier and Type | Field and Description |
|---|---|
(package private) ElementAnnotationBuilder |
lhs |
(package private) ElementAnnotationBuilder |
rhs |
| Constructor and Description |
|---|
ElementAnnotationBuilderHost(ElementAnnotationBuilder lhs,
ElementAnnotationBuilder rhs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(java.lang.String value,
Location _loc,
CommentList _comments)
Called when a child text is found.
|
ParsedElementAnnotation |
makeElementAnnotation()
Called at the end to build an application data structure.
|
addAttribute, addComment, addElement, addLeadingCommentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttribute, addComment, addElement, addLeadingCommentfinal ElementAnnotationBuilder lhs
final ElementAnnotationBuilder rhs
ElementAnnotationBuilderHost(ElementAnnotationBuilder lhs, ElementAnnotationBuilder rhs)
public void addText(java.lang.String value,
Location _loc,
CommentList _comments)
throws BuildException
ElementAnnotationBuilderaddText in interface ElementAnnotationBuilderBuildExceptionpublic ParsedElementAnnotation makeElementAnnotation() throws BuildException
ElementAnnotationBuildermakeElementAnnotation in interface ElementAnnotationBuilderBuildException