Class TreeScannerWithDefaults

java.lang.Object
com.sun.source.util.TreeScanner<Void,Void>
org.checkerframework.framework.ajava.TreeScannerWithDefaults
All Implemented Interfaces:
TreeVisitor<Void,Void>
Direct Known Subclasses:
ExpectedTreesVisitor

public abstract class TreeScannerWithDefaults extends TreeScanner<Void,Void>
A visitor that performs some default action on a tree and then all of its children. To use this class, override defaultAction.