Class JavaParserAnnotationMemberDeclaration
java.lang.Object
com.github.javaparser.symbolsolver.javaparsermodel.declarations.JavaParserAnnotationMemberDeclaration
- All Implemented Interfaces:
com.github.javaparser.resolution.declarations.AssociableToAST, com.github.javaparser.resolution.declarations.ResolvedAnnotationMemberDeclaration, com.github.javaparser.resolution.declarations.ResolvedDeclaration, com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
public class JavaParserAnnotationMemberDeclaration
extends Object
implements com.github.javaparser.resolution.declarations.ResolvedAnnotationMemberDeclaration
- Author:
- Federico Tomassetti
-
Constructor Summary
ConstructorsConstructorDescriptionJavaParserAnnotationMemberDeclaration(com.github.javaparser.ast.body.AnnotationMemberDeclaration wrappedNode, com.github.javaparser.resolution.TypeSolver typeSolver) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.javaparser.resolution.declarations.AssociableToAST
toAstMethods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
asEnumConstant, asField, asMethod, asParameter, asType, asTypePattern, hasName, isArrayLength, isEnumConstant, isField, isMethod, isParameter, isType, isTypePattern, isVariable
-
Constructor Details
-
JavaParserAnnotationMemberDeclaration
public JavaParserAnnotationMemberDeclaration(com.github.javaparser.ast.body.AnnotationMemberDeclaration wrappedNode, com.github.javaparser.resolution.TypeSolver typeSolver)
-
-
Method Details
-
getWrappedNode
public com.github.javaparser.ast.body.AnnotationMemberDeclaration getWrappedNode() -
getDefaultValue
public com.github.javaparser.ast.expr.Expression getDefaultValue()- Specified by:
getDefaultValuein interfacecom.github.javaparser.resolution.declarations.ResolvedAnnotationMemberDeclaration
-
getType
public com.github.javaparser.resolution.types.ResolvedType getType()- Specified by:
getTypein interfacecom.github.javaparser.resolution.declarations.ResolvedValueDeclaration
-
getName
- Specified by:
getNamein interfacecom.github.javaparser.resolution.declarations.ResolvedDeclaration
-
toAst
- Specified by:
toAstin interfacecom.github.javaparser.resolution.declarations.AssociableToAST
-