MethodLikeNode.MethodLikeKind |
ASTAnnotationMethodDeclaration.getKind() |
|
MethodLikeNode.MethodLikeKind |
ASTConstructorDeclaration.getKind() |
|
MethodLikeNode.MethodLikeKind |
ASTLambdaExpression.getKind() |
|
MethodLikeNode.MethodLikeKind |
ASTMethodDeclaration.getKind() |
|
MethodLikeNode.MethodLikeKind |
MethodLikeNode.getKind() |
Returns a token indicating whether this node is a lambda
expression or a method or constructor declaration.
|
static MethodLikeNode.MethodLikeKind |
MethodLikeNode.MethodLikeKind.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MethodLikeNode.MethodLikeKind[] |
MethodLikeNode.MethodLikeKind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|