Class ASTAnnotationMemberList

java.lang.Object
net.sourceforge.pmd.lang.ast.impl.AbstractNode<B,N>
net.sourceforge.pmd.lang.ast.impl.javacc.AbstractJjtreeNode<net.sourceforge.pmd.lang.java.ast.AbstractJavaNode,JavaNode>
net.sourceforge.pmd.lang.java.ast.ASTList<T>
net.sourceforge.pmd.lang.java.ast.ASTAnnotationMemberList
All Implemented Interfaces:
Iterable<ASTMemberValuePair>, GenericNode<JavaNode>, JjtreeNode<JavaNode>, Node, TextAvailableNode, JavaNode, Reportable

public final class ASTAnnotationMemberList extends ASTList<T>
Represents the list of member-value pairs in an annotation.

 AnnotationMemberList ::= "(" MemberValuePair ( "," MemberValuePair )* ")"
                        | "(" ValueShorthand ")"
                        | "(" ")"