public class ReflectionAnnotationMemberDeclaration extends Object implements ResolvedAnnotationMemberDeclaration
| Constructor and Description | 
|---|
| ReflectionAnnotationMemberDeclaration(Method annotationMember,
                                     TypeSolver typeSolver) | 
| Modifier and Type | Method and Description | 
|---|---|
| Expression | getDefaultValue() | 
| String | getName() | 
| ResolvedType | getType() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasEnumConstant, asField, asMethod, asParameter, asPattern, asType, hasName, isEnumConstant, isField, isMethod, isParameter, isPattern, isType, isVariabletoAst, toAstpublic ReflectionAnnotationMemberDeclaration(Method annotationMember, TypeSolver typeSolver)
public Expression getDefaultValue()
getDefaultValue in interface ResolvedAnnotationMemberDeclarationpublic ResolvedType getType()
getType in interface ResolvedValueDeclarationpublic String getName()
getName in interface ResolvedDeclarationCopyright © 2007–2022. All rights reserved.