Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedInterfaceDeclaration
-
Packages that use ResolvedInterfaceDeclaration Package Description com.github.javaparser.resolution.declarations com.github.javaparser.symbolsolver.javaparsermodel.declarations com.github.javaparser.symbolsolver.javassistmodel Implementation of model based on Javassist.com.github.javaparser.symbolsolver.reflectionmodel Implementation of model based on reflection.com.github.javaparser.symbolsolver.resolution.typeinference -
-
Uses of ResolvedInterfaceDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedInterfaceDeclaration Modifier and Type Method Description default ResolvedInterfaceDeclarationResolvedTypeDeclaration. 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 ResolvedInterfaceDeclaration Modifier and Type Class Description classJavaParserInterfaceDeclarationMethods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return ResolvedInterfaceDeclaration Modifier and Type Method Description ResolvedInterfaceDeclarationJavaParserInterfaceDeclaration. asInterface() -
Uses of ResolvedInterfaceDeclaration in com.github.javaparser.symbolsolver.javassistmodel
Classes in com.github.javaparser.symbolsolver.javassistmodel that implement ResolvedInterfaceDeclaration Modifier and Type Class Description classJavassistInterfaceDeclarationMethods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedInterfaceDeclaration Modifier and Type Method Description ResolvedInterfaceDeclarationJavassistInterfaceDeclaration. asInterface() -
Uses of ResolvedInterfaceDeclaration in com.github.javaparser.symbolsolver.reflectionmodel
Classes in com.github.javaparser.symbolsolver.reflectionmodel that implement ResolvedInterfaceDeclaration Modifier and Type Class Description classReflectionInterfaceDeclarationMethods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedInterfaceDeclaration Modifier and Type Method Description ResolvedInterfaceDeclarationReflectionInterfaceDeclaration. asInterface() -
Uses of ResolvedInterfaceDeclaration in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference with parameters of type ResolvedInterfaceDeclaration Modifier and Type Method Description voidTypeInference. functionalInterfaceParameterizationInference(LambdaExpr lambdaExpr, ResolvedInterfaceDeclaration interfaceDeclaration)
-