Class InitBlockScanner

All Implemented Interfaces:
TreeVisitor<Void,Boolean>

public class InitBlockScanner extends TreePathScanner<Void,Boolean>
InitScanner scans the source tree and determines the index of a given initializer block, where index i corresponds to the (0-based) i^th initializer of the indicated kind (static or instance).