Class LocalClassScanner

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

public class LocalClassScanner extends TreePathScanner<Void,Integer>
LocalClassScanner determines the index of a tree for a local class. If the index is i, it is the ith local class with the class name in the file. Thus, if i = 2, it will have a name of the form OuterClass$2InnerClass.
  • Method Details