public class TypeArgumentTargetInfo extends TargetInfo
| Modifier and Type | Field and Description |
|---|---|
int |
u1typeArgumentIndex |
int |
u2offset |
u1targetType| Modifier | Constructor and Description |
|---|---|
|
TypeArgumentTargetInfo()
Creates an uninitialized TypeArgumentTargetInfo.
|
|
TypeArgumentTargetInfo(byte u1targetType)
Creates a partially initialized TypeArgumentTargetInfo.
|
protected |
TypeArgumentTargetInfo(byte u1targetType,
int u2offset,
int u1typeArgumentIndex)
Creates an initialized TypeArgumentTargetInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
TypeAnnotation typeAnnotation,
TargetInfoVisitor targetInfoVisitor)
Accepts the given visitor, in the context of a type annotation code.
|
void |
accept(Clazz clazz,
TypeAnnotation typeAnnotation,
TargetInfoVisitor targetInfoVisitor)
Lets the visitor visit, with Method and CodeAttribute null.
|
accept, accept, getTargetTypepublic TypeArgumentTargetInfo()
public TypeArgumentTargetInfo(byte u1targetType)
protected TypeArgumentTargetInfo(byte u1targetType,
int u2offset,
int u1typeArgumentIndex)
public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor)
accept in class TargetInfopublic void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor)
TargetInfoaccept in class TargetInfoCopyright © 2015. All Rights Reserved.