Interface ResolvedAnnotationMemberDeclaration
- All Superinterfaces:
AssociableToAST
,ResolvedDeclaration
,ResolvedValueDeclaration
- All Known Implementing Classes:
JavaParserAnnotationMemberDeclaration
,JavassistAnnotationMemberDeclaration
,ReflectionAnnotationMemberDeclaration
-
Method Summary
Methods inherited from interface com.github.javaparser.resolution.declarations.AssociableToAST
toAst, toAst
Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
asEnumConstant, asField, asMethod, asParameter, asType, asTypePattern, getName, hasName, isEnumConstant, isField, isMethod, isParameter, isType, isTypePattern, isVariable
Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
getType
-
Method Details
-
getDefaultValue
Expression getDefaultValue()
-