public class JavaParserAnnotationMemberDeclaration extends Object implements ResolvedAnnotationMemberDeclaration
Constructor and Description |
---|
JavaParserAnnotationMemberDeclaration(AnnotationMemberDeclaration wrappedNode,
TypeSolver typeSolver) |
Modifier and Type | Method and Description |
---|---|
Expression |
getDefaultValue() |
String |
getName() |
ResolvedType |
getType() |
AnnotationMemberDeclaration |
getWrappedNode() |
Optional<Node> |
toAst() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asEnumConstant, asField, asMethod, asParameter, asType, asTypePattern, hasName, isEnumConstant, isField, isMethod, isParameter, isType, isTypePattern, isVariable
toAst
public JavaParserAnnotationMemberDeclaration(AnnotationMemberDeclaration wrappedNode, TypeSolver typeSolver)
public AnnotationMemberDeclaration getWrappedNode()
public Expression getDefaultValue()
getDefaultValue
in interface ResolvedAnnotationMemberDeclaration
public ResolvedType getType()
getType
in interface ResolvedValueDeclaration
public String getName()
getName
in interface ResolvedDeclaration
public Optional<Node> toAst()
toAst
in interface AssociableToAST
Copyright © 2007–2024. All rights reserved.