class AnnotationsHost extends Base implements Annotations
| Modifier and Type | Field and Description |
|---|---|
(package private) Annotations |
lhs |
(package private) Annotations |
rhs |
| Constructor and Description |
|---|
AnnotationsHost(Annotations lhs,
Annotations rhs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value,
Location _loc)
Called for an attribute annotation.
|
void |
addComment(CommentList _comments)
Adds comments following the last initial child element annotation.
|
void |
addElement(ParsedElementAnnotation _ea)
Called for a child element annotation.
|
void |
addLeadingComment(CommentList _comments) |
final Annotations lhs
final Annotations rhs
AnnotationsHost(Annotations lhs, Annotations rhs)
public void addAttribute(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value,
Location _loc)
throws BuildException
AnnotationsaddAttribute in interface AnnotationsBuildExceptionpublic void addComment(CommentList _comments) throws BuildException
AnnotationsaddComment in interface AnnotationsBuildExceptionpublic void addElement(ParsedElementAnnotation _ea) throws BuildException
AnnotationsaddElement in interface AnnotationsBuildExceptionpublic void addLeadingComment(CommentList _comments) throws BuildException
addLeadingComment in interface AnnotationsBuildException