Package org.checkerframework.checker.index.substringindex
package org.checkerframework.checker.index.substringindex
-
ClassDescriptionBuilds types with annotations from the Substring Index checker hierarchy, which contains the @
SubstringIndexFor
annotation.The Substring Index Checker is an internal checker that assists the Index Checker in typing the results of calls to the JDK'sString.indexOf
andString.lastIndexOf
routines.