Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration
Packages that use ResolvedInterfaceDeclaration
Package
Description
Implementation of model based on Javassist.
Implementation of model based on reflection.
-
Uses of ResolvedInterfaceDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedInterfaceDeclarationModifier and TypeMethodDescriptiondefault ResolvedInterfaceDeclaration
ResolvedTypeDeclaration.asInterface()
Return this as a InterfaceDeclaration or throw UnsupportedOperationException. -
Uses of ResolvedInterfaceDeclaration in com.github.javaparser.symbolsolver.javaparsermodel.declarations
Classes in com.github.javaparser.symbolsolver.javaparsermodel.declarations that implement ResolvedInterfaceDeclarationMethods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return ResolvedInterfaceDeclaration -
Uses of ResolvedInterfaceDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedInterfaceDeclarationMethods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedInterfaceDeclaration -
Uses of ResolvedInterfaceDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedInterfaceDeclarationMethods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedInterfaceDeclaration -
Uses of ResolvedInterfaceDeclaration in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type ResolvedInterfaceDeclarationModifier and TypeMethodDescriptionvoid
TypeInference.functionalInterfaceParameterizationInference
(LambdaExpr lambdaExpr, ResolvedInterfaceDeclaration interfaceDeclaration)