public final class InheritanceViolations extends java.lang.Object implements org.cactoos.BiFunc<com.github.javaparser.ast.CompilationUnit,com.github.javaparser.ast.body.TypeDeclaration<?>,java.util.List<Inheritance>>
| Constructor and Description |
|---|
InheritanceViolations() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Inheritance> |
apply(com.github.javaparser.ast.CompilationUnit unit,
com.github.javaparser.ast.body.TypeDeclaration<?> root) |
public java.util.List<Inheritance> apply(com.github.javaparser.ast.CompilationUnit unit, com.github.javaparser.ast.body.TypeDeclaration<?> root)
apply in interface org.cactoos.BiFunc<com.github.javaparser.ast.CompilationUnit,com.github.javaparser.ast.body.TypeDeclaration<?>,java.util.List<Inheritance>>