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