public class CatchTargetInfo extends TargetInfo
| Modifier and Type | Field and Description |
|---|---|
int |
u2exceptionTableIndex |
u1targetType| Modifier | Constructor and Description |
|---|---|
|
CatchTargetInfo()
Creates an uninitialized CatchTargetInfo.
|
|
CatchTargetInfo(byte u1targetType)
Creates a partially initialized CatchTargetInfo.
|
protected |
CatchTargetInfo(byte u1targetType,
int u2exceptionTableIndex)
Creates an initialized CatchTargetInfo.
|
| 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 CatchTargetInfo()
public CatchTargetInfo(byte u1targetType)
protected CatchTargetInfo(byte u1targetType,
int u2exceptionTableIndex)
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.