Class DTM.MATCH_ONLY_00

java.lang.Object
eu.bandm.tools.dtm.DTM.MATCH_ONLY_00
Direct Known Subclasses:
DTM.__Formatter, DTM.Rewriter, DTM.SinglePathVisitor, DTM.Visitor
Enclosing class:
DTM

public abstract static class DTM.MATCH_ONLY_00 extends Object
(Ancillary class as basis for all visitors).

This class executes only the cascaded instanceof(..) tests and is hardly considered directly by the user. Instead, the user works with the derived visitor classes.