protected abstract static class TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex extends TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable
Modifier and Type | Class and Description |
---|---|
protected static class |
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable.WithIndex.DoubleIndexed
A base implementation for a collector for a type variable with two indices.
|
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 |
index
The type variable's index.
|
Modifier | Constructor and Description |
---|---|
protected |
WithIndex(java.lang.String descriptor,
org.objectweb.asm.TypePath typePath,
int index)
Creates a new annotation collector.
|
Modifier and Type | Method and Description |
---|---|
protected abstract 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.
|
protected java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> |
getPathMap()
Returns this collector's path map.
|
getTokens
onComplete, register
protected WithIndex(java.lang.String descriptor, org.objectweb.asm.TypePath typePath, int index)
descriptor
- The annotation descriptor.typePath
- The type variable's type path.index
- The type variable's index.protected java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>> getPathMap()
TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable
getPathMap
in class TypePool.Default.AnnotationRegistrant.AbstractBase.ForTypeVariable
protected abstract java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken>>> getIndexedPathMap()