Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration
-
Packages that use ResolvedTypeDeclaration Package Description com.github.javaparser.ast.expr com.github.javaparser.resolution.declarations -
-
Uses of ResolvedTypeDeclaration in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return ResolvedTypeDeclaration Modifier and Type Method Description ResolvedTypeDeclarationThisExpr. resolve() -
Uses of ResolvedTypeDeclaration in com.github.javaparser.resolution.declarations
Subinterfaces of ResolvedTypeDeclaration in com.github.javaparser.resolution.declarations Modifier and Type Interface Description interfaceResolvedAnnotationDeclarationinterfaceResolvedClassDeclarationDeclaration of a Class (not an interface or an enum).interfaceResolvedEnumDeclarationDeclaration of an Enum.interfaceResolvedInterfaceDeclarationAn interface declaration.interfaceResolvedReferenceTypeDeclarationinterfaceResolvedTypeParameterDeclarationDeclaration of a type parameter.Methods in com.github.javaparser.resolution.declarations that return ResolvedTypeDeclaration Modifier and Type Method Description default ResolvedTypeDeclarationResolvedDeclaration. asType()Return this as a TypeDeclaration or throw an UnsupportedOperationExceptiondefault ResolvedTypeDeclarationResolvedTypeDeclaration. asType()ResolvedTypeDeclarationResolvedFieldDeclaration. declaringType()The type on which this field has been declared
-