public class SuperTypeTargetInfo extends TargetInfo
| Modifier and Type | Field and Description |
|---|---|
int |
u2superTypeIndex |
u1targetType| Constructor and Description |
|---|
SuperTypeTargetInfo()
Creates an uninitialized SuperTypeTargetInfo.
|
SuperTypeTargetInfo(byte u1targetType)
Creates a partially initialized SuperTypeTargetInfo.
|
SuperTypeTargetInfo(byte u1targetType,
int u2superTypeIndex)
Creates an initialized SuperTypeTargetInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
TypeAnnotation typeAnnotation,
TargetInfoVisitor targetInfoVisitor)
Accepts the given visitor, in the context of a type annotation on a class.
|
accept, accept, accept, getTargetTypepublic SuperTypeTargetInfo()
public SuperTypeTargetInfo(byte u1targetType)
public SuperTypeTargetInfo(byte u1targetType,
int u2superTypeIndex)
public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor)
TargetInfoaccept in class TargetInfoCopyright © 2015. All Rights Reserved.