AnnotationMemberDeclaration

constructor()(source)
constructor(modifiers: NodeList<Modifier>, type: Type, name: String, defaultValue: Expression)(source)
constructor(modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, type: Type, name: SimpleName, defaultValue: Expression)(source)


constructor(tokenRange: TokenRange, modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, type: Type, name: SimpleName, defaultValue: Expression)(source)

This constructor is used by the parser and is considered private.