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 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 ResolvedInterfaceDeclaration Modifier and Type Class Description class
JavaParserInterfaceDeclaration
Methods in com.github.javaparser.symbolsolver.javaparsermodel.declarations that return ResolvedInterfaceDeclaration Modifier and Type Method Description ResolvedInterfaceDeclaration
JavaParserInterfaceDeclaration. 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 class
JavassistInterfaceDeclaration
Methods in com.github.javaparser.symbolsolver.javassistmodel that return ResolvedInterfaceDeclaration Modifier and Type Method Description ResolvedInterfaceDeclaration
JavassistInterfaceDeclaration. 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 class
ReflectionInterfaceDeclaration
Methods in com.github.javaparser.symbolsolver.reflectionmodel that return ResolvedInterfaceDeclaration Modifier and Type Method Description ResolvedInterfaceDeclaration
ReflectionInterfaceDeclaration. 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 void
TypeInference. functionalInterfaceParameterizationInference(LambdaExpr lambdaExpr, ResolvedInterfaceDeclaration interfaceDeclaration)
-