public interface com.sun.xml.internal.rngom.ast.builder.Annotations<E extends com.sun.xml.internal.rngom.ast.om.ParsedElementAnnotation, L extends com.sun.xml.internal.rngom.ast.om.Location, CL extends com.sun.xml.internal.rngom.ast.builder.CommentList<L>>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.xml.internal.rngom.ast.builder.Annotations
super_class: java.lang.Object
{
public abstract void addAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, );
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/sun/xml/internal/rngom/ast/om/Location;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;TL;)V
MethodParameters:
Name Flags
ns
localName
prefix
value
loc
public abstract void addElement();
descriptor: (Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
Signature: (TE;)V
MethodParameters:
Name Flags
ea
public abstract void addComment();
descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
Signature: (TCL;)V
MethodParameters:
Name Flags
comments
public abstract void addLeadingComment();
descriptor: (Lcom/sun/xml/internal/rngom/ast/builder/CommentList;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.xml.internal.rngom.ast.builder.BuildException
Signature: (TCL;)V
MethodParameters:
Name Flags
comments
}
Signature: <E::Lcom/sun/xml/internal/rngom/ast/om/ParsedElementAnnotation;L::Lcom/sun/xml/internal/rngom/ast/om/Location;CL::Lcom/sun/xml/internal/rngom/ast/builder/CommentList<TL;>;>Ljava/lang/Object;
SourceFile: "Annotations.java"