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