Class CtAbstractBiScanner

java.lang.Object
spoon.reflect.visitor.CtAbstractVisitor
spoon.reflect.visitor.CtAbstractBiScanner
All Implemented Interfaces:
CtVisitor
Direct Known Subclasses:
CtBiScannerDefault

public abstract class CtAbstractBiScanner extends CtAbstractVisitor
Defines the core bi-scan responsibility.
  • Constructor Details

    • CtAbstractBiScanner

      public CtAbstractBiScanner()
  • Method Details

    • biScan

      public abstract void biScan(CtElement element, CtElement other)
      This method is called to compare `element` and `other` when traversing two trees in parallel.
    • biScan

      public abstract void biScan(CtRole role, CtElement element, CtElement other)
      This method is called to compare `element` and `other` according to the role when traversing two trees in parallel.