Uses of Class
edu.rit.classfile.FieldReference

Packages that use FieldReference
edu.rit.classfile Package edu.rit.classfile is the RIT Classfile Library for analyzing and synthesizing class files. 
 

Uses of FieldReference in edu.rit.classfile
 

Subclasses of FieldReference in edu.rit.classfile
 class FieldDescription
          Class FieldDescription encapsulates the information needed to refer to or to describe a field.
 class NamedFieldReference
          Class NamedFieldReference is used to create a field reference given the field's class, name, and type.
 class SynthesizedClassConstantFieldDescription
          Class SynthesizedClassConstantFieldDescription is used to synthesize a field description for some actual field that is part of a class and that has an initial constant value.
 class SynthesizedClassFieldDescription
          Class SynthesizedInterfacefieldDescription is used to synthesize a field description for some actual field that is part of a class.
 class SynthesizedFieldDescription
          Class SynthesizedFieldDescription is the abstract superclass of all classes used to synthesize a field description for some actual field.
 class SynthesizedInterfaceFieldDescription
          Class SynthesizedInterfacefieldDescription is used to synthesize a field description for some actual field that is part of an interface.
 

Methods in edu.rit.classfile with parameters of type FieldReference
static Instruction Op.GETFIELD(FieldReference theField)
          A getfield instruction.
static Instruction Op.GETSTATIC(FieldReference theField)
          A getstatic instruction.
static Instruction Op.PUTFIELD(FieldReference theField)
          A putfield instruction.
static Instruction Op.PUTSTATIC(FieldReference theField)
          A putstatic instruction.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.