Uses of Class
io.airlift.bytecode.FieldDefinition
Packages that use FieldDefinition
-
Uses of FieldDefinition in io.airlift.bytecode
Methods in io.airlift.bytecode that return FieldDefinitionModifier and TypeMethodDescriptionClassDefinition.declareField(EnumSet<Access> access, String name, ParameterizedType type) ClassDefinition.declareField(EnumSet<Access> access, String name, Class<?> type) Methods in io.airlift.bytecode that return types with arguments of type FieldDefinitionMethods in io.airlift.bytecode with parameters of type FieldDefinitionModifier and TypeMethodDescriptionClassDefinition.addField(FieldDefinition field) BytecodeBlock.getField(FieldDefinition field) BytecodeBlock.getStaticField(FieldDefinition field) BytecodeBlock.getStaticField(ParameterizedType target, FieldDefinition field) BytecodeBlock.putField(FieldDefinition field) BytecodeBlock.putStaticField(FieldDefinition field) BytecodeBlock.putStaticField(ParameterizedType target, FieldDefinition field) BytecodeVisitor.visitField(ClassDefinition classDefinition, FieldDefinition fieldDefinition) DumpBytecodeVisitor.visitField(ClassDefinition classDefinition, FieldDefinition fieldDefinition) -
Uses of FieldDefinition in io.airlift.bytecode.expression
Methods in io.airlift.bytecode.expression with parameters of type FieldDefinitionModifier and TypeMethodDescriptionfinal BytecodeExpressionBytecodeExpression.getField(FieldDefinition field) static BytecodeExpressionBytecodeExpressions.getStatic(FieldDefinition staticField) final BytecodeExpressionBytecodeExpression.setField(FieldDefinition field, BytecodeExpression value) static BytecodeExpressionBytecodeExpressions.setStatic(FieldDefinition staticField, BytecodeExpression value)