public static class CodingConvention.SubclassRelationship
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
subclassName |
(package private) java.lang.String |
superclassName |
(package private) CodingConvention.SubclassType |
type |
Constructor and Description |
---|
SubclassRelationship(CodingConvention.SubclassType type,
Node subclassNode,
Node superclassNode) |
final CodingConvention.SubclassType type
final java.lang.String subclassName
final java.lang.String superclassName
public SubclassRelationship(CodingConvention.SubclassType type, Node subclassNode, Node superclassNode)