final class AnnotationsImpl extends java.lang.Object implements org.kohsuke.rngom.ast.builder.Annotations<org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,CommentListImpl>
| Constructor and Description |
|---|
AnnotationsImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value,
org.kohsuke.rngom.ast.util.LocatorImpl locator) |
void |
addComment(CommentListImpl commentList) |
void |
addElement(org.kohsuke.rngom.ast.om.ParsedElementAnnotation parsedElementAnnotation) |
void |
addLeadingComment(CommentListImpl commentList) |
public void addAttribute(java.lang.String ns,
java.lang.String localName,
java.lang.String prefix,
java.lang.String value,
org.kohsuke.rngom.ast.util.LocatorImpl locator)
throws org.kohsuke.rngom.ast.builder.BuildException
addAttribute in interface org.kohsuke.rngom.ast.builder.Annotations<org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic void addElement(org.kohsuke.rngom.ast.om.ParsedElementAnnotation parsedElementAnnotation)
throws org.kohsuke.rngom.ast.builder.BuildException
addElement in interface org.kohsuke.rngom.ast.builder.Annotations<org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic void addComment(CommentListImpl commentList) throws org.kohsuke.rngom.ast.builder.BuildException
addComment in interface org.kohsuke.rngom.ast.builder.Annotations<org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildExceptionpublic void addLeadingComment(CommentListImpl commentList) throws org.kohsuke.rngom.ast.builder.BuildException
addLeadingComment in interface org.kohsuke.rngom.ast.builder.Annotations<org.kohsuke.rngom.ast.om.ParsedElementAnnotation,org.kohsuke.rngom.ast.util.LocatorImpl,CommentListImpl>org.kohsuke.rngom.ast.builder.BuildException