Interface ResolvedAnnotationMemberDeclaration
- All Superinterfaces:
AssociableToAST
,ResolvedDeclaration
,ResolvedValueDeclaration
-
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, asPattern, asType, getName, hasName, isEnumConstant, isField, isMethod, isParameter, isPattern, isType, isVariable
Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
getType
-
Method Details
-
getDefaultValue
Expression getDefaultValue()
-