Class AnonymousClassScanner

java.lang.Object
com.sun.source.util.TreeScanner<Void,Integer>
com.sun.source.util.TreePathScanner<Void,Integer>
org.checkerframework.afu.annotator.scanner.AnonymousClassScanner
All Implemented Interfaces:
TreeVisitor<Void,Integer>

public class AnonymousClassScanner extends TreePathScanner<Void,Integer>
AnonymousClassScanner determine the index of a tree for an anonymous class. If the index is i, it is the ith anonymous class in the file. Thus, if i = 2, it will have a name of the form NamedClass$2.