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