Interface ResolvedValueDeclaration
- All Superinterfaces:
AssociableToAST
,ResolvedDeclaration
- All Known Subinterfaces:
ResolvedAnnotationMemberDeclaration
,ResolvedEnumConstantDeclaration
,ResolvedFieldDeclaration
,ResolvedParameterDeclaration
,ResolvedPatternDeclaration
Declaration of a value.
-
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
-
Method Details
-
getType
ResolvedType getType()Type of the declaration.
-