public class BootstrapMethodInfo extends Object implements VisitorAccepter
| Modifier and Type | Field and Description |
|---|---|
int |
u2methodArgumentCount |
int[] |
u2methodArguments |
int |
u2methodHandleIndex |
Object |
visitorInfo
An extra field in which visitors can store information.
|
| Constructor and Description |
|---|
BootstrapMethodInfo()
Creates an uninitialized BootstrapMethodInfo.
|
BootstrapMethodInfo(int u2methodHandleIndex,
int u2methodArgumentCount,
int[] u2methodArguments)
Creates an initialized BootstrapMethodInfo.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getVisitorInfo()
Gets the visitor information of the visitor accepter.
|
void |
methodArgumentsAccept(Clazz clazz,
ConstantVisitor constantVisitor)
Applies the given constant pool visitor to the argument constants of the
bootstrap method.
|
void |
setVisitorInfo(Object visitorInfo)
Sets the visitor information of the visitor accepter.
|
public int u2methodHandleIndex
public int u2methodArgumentCount
public int[] u2methodArguments
public Object visitorInfo
public BootstrapMethodInfo()
public BootstrapMethodInfo(int u2methodHandleIndex,
int u2methodArgumentCount,
int[] u2methodArguments)
public void methodArgumentsAccept(Clazz clazz, ConstantVisitor constantVisitor)
public Object getVisitorInfo()
VisitorAcceptergetVisitorInfo in interface VisitorAccepterpublic void setVisitorInfo(Object visitorInfo)
VisitorAcceptersetVisitorInfo in interface VisitorAccepterCopyright © 2015. All Rights Reserved.