public class IndexUtil extends Object
| Constructor and Description | 
|---|
| IndexUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ExpressionTree | getLengthSequenceTree(Tree lengthTree,
                     IndexMethodIdentifier imf,
                     ProcessingEnvironment processingEnv)Gets a sequence tree for a length access tree, or null if it is not a length access. | 
| static boolean | isSequenceType(TypeMirror type)Determines whether the type is a sequence supported by this checker. | 
public static boolean isSequenceType(TypeMirror type)
public static ExpressionTree getLengthSequenceTree(Tree lengthTree, IndexMethodIdentifier imf, ProcessingEnvironment processingEnv)