Uses of Class
io.airlift.bytecode.instruction.FieldInstruction
Packages that use FieldInstruction
-
Uses of FieldInstruction in io.airlift.bytecode
Methods in io.airlift.bytecode with parameters of type FieldInstructionModifier and TypeMethodDescriptionBytecodeVisitor.visitFieldInstruction(BytecodeNode parent, FieldInstruction fieldInstruction) -
Uses of FieldInstruction in io.airlift.bytecode.instruction
Subclasses of FieldInstruction in io.airlift.bytecode.instructionModifier and TypeClassDescriptionstatic classstatic classMethods in io.airlift.bytecode.instruction that return FieldInstructionModifier and TypeMethodDescriptionstatic FieldInstructionFieldInstruction.getFieldInstruction(ParameterizedType classType, String fieldName, ParameterizedType fieldType) static FieldInstructionFieldInstruction.getFieldInstruction(Class<?> classType, String fieldName, Class<?> fieldType) static FieldInstructionFieldInstruction.getFieldInstruction(Field field) static FieldInstructionFieldInstruction.getStaticInstruction(ParameterizedType classType, String fieldName, ParameterizedType fieldType) static FieldInstructionFieldInstruction.getStaticInstruction(Class<?> classType, String fieldName, Class<?> fieldType) static FieldInstructionFieldInstruction.putFieldInstruction(ParameterizedType classType, String fieldName, ParameterizedType fieldType) static FieldInstructionFieldInstruction.putFieldInstruction(Class<?> classType, String fieldName, Class<?> fieldType) static FieldInstructionFieldInstruction.putFieldInstruction(Field field) static FieldInstructionFieldInstruction.putStaticInstruction(ParameterizedType classType, String fieldName, ParameterizedType fieldType) static FieldInstructionFieldInstruction.putStaticInstruction(Class<?> classType, String fieldName, Class<?> fieldType)