protected abstract static class TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed extends TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable
TypePool.Default.AnnotationRegistrant.AbstractBase, TypePool.Default.AnnotationRegistrant.ForByteCodeElement
Modifier and Type | Field and Description |
---|---|
private int |
preIndex
The type variable's first index.
|
Modifier | Constructor and Description |
---|---|
protected |
DoubleIndexed(java.lang.String descriptor,
org.objectweb.asm.TypePath typePath,
int index,
int preIndex)
Creates a new annotation collector.
|
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> |
getDoubleIndexedPathMap()
Returns this collector's double indexed path map.
|
protected java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> |
getIndexedPathMap()
Returns this collector's indexed path map.
|
getPathMap
getTokens
onComplete, register
protected DoubleIndexed(java.lang.String descriptor, org.objectweb.asm.TypePath typePath, int index, int preIndex)
descriptor
- The annotation descriptor.typePath
- The type variable's type path.index
- The type variable's index.preIndex
- The type variable's first index.protected java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> getIndexedPathMap()
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex
getIndexedPathMap
in class TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex
protected abstract java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>>> getDoubleIndexedPathMap()