public static class FieldInstruction.PutFieldInstruction extends FieldInstruction
FieldInstruction.GetFieldInstruction, FieldInstruction.PutFieldInstruction| Constructor and Description |
|---|
PutFieldInstruction(boolean isStatic,
Class<?> classType,
String fieldName,
Class<?> fieldType) |
PutFieldInstruction(boolean isStatic,
ParameterizedType classType,
String fieldName,
ParameterizedType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
accept, getChildNodes, getFieldInstruction, getFieldInstruction, getFieldInstruction, getStaticInstruction, getStaticInstruction, putFieldInstruction, putFieldInstruction, putFieldInstruction, putStaticInstruction, putStaticInstruction, toStringpublic PutFieldInstruction(boolean isStatic,
ParameterizedType classType,
String fieldName,
ParameterizedType fieldType)
public <T> T accept(BytecodeNode parent, BytecodeVisitor<T> visitor)
accept in interface BytecodeNodeaccept in class FieldInstructionCopyright © 2012–2023. All rights reserved.