Uses of Class
com.aparapi.internal.model.ClassModel.ConstantPool.FieldEntry
Packages that use ClassModel.ConstantPool.FieldEntry
Package
Description
-
Uses of ClassModel.ConstantPool.FieldEntry in com.aparapi.internal.instruction
Methods in com.aparapi.internal.instruction that return ClassModel.ConstantPool.FieldEntryModifier and TypeMethodDescriptionInstructionSet.FieldReference.getConstantPoolFieldEntry()InstructionSet.I_GETFIELD.getConstantPoolFieldEntry()InstructionSet.I_GETSTATIC.getConstantPoolFieldEntry()InstructionSet.I_PUTFIELD.getConstantPoolFieldEntry()InstructionSet.I_PUTSTATIC.getConstantPoolFieldEntry() -
Uses of ClassModel.ConstantPool.FieldEntry in com.aparapi.internal.model
Fields in com.aparapi.internal.model declared as ClassModel.ConstantPool.FieldEntryFields in com.aparapi.internal.model with type parameters of type ClassModel.ConstantPool.FieldEntryModifier and TypeFieldDescriptionprivate final ArrayList<ClassModel.ConstantPool.FieldEntry> ClassModel.structMembersMethods in com.aparapi.internal.model that return ClassModel.ConstantPool.FieldEntryModifier and TypeMethodDescriptionMethodModel.getAccessorVariableFieldEntry()ClassModel.ConstantPool.getFieldEntry(int _index) (package private) ClassModel.ConstantPool.FieldEntryClassModel.ConstantPool.getFieldEntry(String _name) Entrypoint.getSimpleGetterField(MethodModel method) Methods in com.aparapi.internal.model that return types with arguments of type ClassModel.ConstantPool.FieldEntryMethods in com.aparapi.internal.model with parameters of type ClassModel.ConstantPool.FieldEntryModifier and TypeMethodDescriptionprivate voidMethodModel.setAccessorVariableFieldEntry(ClassModel.ConstantPool.FieldEntry field) voidEntrypoint.updateObjectMemberFieldAccesses(String className, ClassModel.ConstantPool.FieldEntry field) -
Uses of ClassModel.ConstantPool.FieldEntry in com.aparapi.internal.writer
Methods in com.aparapi.internal.writer with parameters of type ClassModel.ConstantPool.FieldEntryModifier and TypeMethodDescriptionprotected voidBlockWriter.writeGetterBlock(ClassModel.ConstantPool.FieldEntry accessorVariableFieldEntry)