public final class JavaInheritance extends java.lang.Object implements Inheritance
| Constructor and Description |
|---|
JavaInheritance(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration expr,
com.github.javaparser.ast.body.TypeDeclaration<?> root) |
JavaInheritance(Item item) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description() |
boolean |
isSuppressed() |
public JavaInheritance(com.github.javaparser.ast.body.ClassOrInterfaceDeclaration expr,
com.github.javaparser.ast.body.TypeDeclaration<?> root)
public JavaInheritance(Item item)
public java.lang.String description()
description in interface Violationpublic boolean isSuppressed()
isSuppressed in interface Violation