Class CtInheritanceScanner

  • All Implemented Interfaces:
    CtVisitor
    Direct Known Subclasses:
    CloneBuilder, EqualsChecker, HashcodeVisitor, ParentExiter

    public abstract class CtInheritanceScanner
    extends Object
    implements CtVisitor
    This class provides an abstract implementation of the visitor that allows its subclasses to scan the metamodel elements by recursively using their (abstract) supertype scanning methods. It declares a scan method for each abstract element of the AST and a visit method for each element of the AST.