Uses of Class
japicmp.model.JApiImplementedInterface
-
Packages that use JApiImplementedInterface Package Description japicmp.model japicmp.output -
-
Uses of JApiImplementedInterface in japicmp.model
Fields in japicmp.model with type parameters of type JApiImplementedInterface Modifier and Type Field Description private java.util.List<JApiImplementedInterface>JApiClass. interfacesMethods in japicmp.model that return types with arguments of type JApiImplementedInterface Modifier and Type Method Description java.util.List<JApiImplementedInterface>JApiClass. getInterfaces()Method parameters in japicmp.model with type arguments of type JApiImplementedInterface Modifier and Type Method Description private voidJApiClass. computeInterfaceChanges(java.util.List<JApiImplementedInterface> interfacesArg, Optional<javassist.CtClass> oldClassOptional, Optional<javassist.CtClass> newClassOptional) -
Uses of JApiImplementedInterface in japicmp.output
Methods in japicmp.output with parameters of type JApiImplementedInterface Modifier and Type Method Description voidFilter.FilterVisitor. visit(java.util.Iterator<JApiImplementedInterface> iterator, JApiImplementedInterface jApiImplementedInterface)Method parameters in japicmp.output with type arguments of type JApiImplementedInterface Modifier and Type Method Description voidFilter.FilterVisitor. visit(java.util.Iterator<JApiImplementedInterface> iterator, JApiImplementedInterface jApiImplementedInterface)
-