case class AnnotationMethodNode(returnType: TypeNode, identifier: IdentifierNode, arrayReturnType: Option[ArrayDimensionNode], defaultValue: Option[ElementValueNode], modifiers: Seq[ModifierNode] = Seq(), comments: Seq[CommentNode] = Seq()) extends MemberDeclarationNode with Product with Serializable
An annotation method declaration.
- returnType
the return type of the annotation method.
- arrayReturnType
the optional array modifiers at the end of the method as in the old grammar of Java.
- defaultValue
the default value for the annotation method.
- Alphabetic
- By Inheritance
- AnnotationMethodNode
- Serializable
- Serializable
- MemberDeclarationNode
- JavaASTNode
- HASTNode
- JsonSerializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
AnnotationMethodNode(returnType: TypeNode, identifier: IdentifierNode, arrayReturnType: Option[ArrayDimensionNode], defaultValue: Option[ElementValueNode], modifiers: Seq[ModifierNode] = Seq(), comments: Seq[CommentNode] = Seq())
- returnType
the return type of the annotation method.
- arrayReturnType
the optional array modifiers at the end of the method as in the old grammar of Java.
- defaultValue
the default value for the annotation method.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
lazy val
annotations: Seq[AnnotationNode]
The annotations for this member.
The annotations for this member.
- Definition Classes
- MemberDeclarationNode
- val arrayReturnType: Option[ArrayDimensionNode]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bindModifiers(newModifiers: Seq[ModifierNode]): AnnotationMethodNode
Binds an additional set of modifiers for this node, constructing a new Member Declaration.
Binds an additional set of modifiers for this node, constructing a new Member Declaration.
- newModifiers
a new set of modifiers to add.
- returns
a new member declaration node with the same attributes of
this
but an additional set of modifiers.
- Definition Classes
- AnnotationMethodNode → MemberDeclarationNode
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val comments: Seq[CommentNode]
- val defaultValue: Option[ElementValueNode]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- val identifier: IdentifierNode
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
keywordModifiers: Seq[KeywordModifierNode]
The keyword modifiers for this member.
The keyword modifiers for this member.
- Definition Classes
- MemberDeclarationNode
-
val
modifiers: Seq[ModifierNode]
- Definition Classes
- AnnotationMethodNode → MemberDeclarationNode
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val returnType: TypeNode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )