Uses of Class
edu.rit.classfile.SynthesizedInterfaceDescription

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

Uses of SynthesizedInterfaceDescription in edu.rit.classfile
 

Constructors in edu.rit.classfile with parameters of type SynthesizedInterfaceDescription
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, boolean theValue)
          Construct a new synthesized interface field description object with the given interface, field name, and boolean constant value.
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, byte theValue)
          Construct a new synthesized interface field description object with the given interface, field name, and byte constant value.
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, char theValue)
          Construct a new synthesized interface field description object with the given interface, field name, and character constant value.
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, double theValue)
          Construct a new synthesized interface field description object with the given interface, field name, and double constant value.
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, float theValue)
          Construct a new synthesized interface field description object with the given interface, field name, and float constant value.
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, int theValue)
          Construct a new synthesized interface field description object with the given interface, field name, and integer constant value.
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, long theValue)
          Construct a new synthesized interface field description object with the given interface, field name, and long constant value.
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, short theValue)
          Construct a new synthesized interface field description object with the given interface, field name, and short constant value.
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, String theValue)
          Construct a new synthesized interface field description object with the given interface, field name, and string constant value.
SynthesizedInterfaceFieldDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theFieldName, TypeReference theFieldType)
          Construct a new synthesized interface field description object with the given interface, field name, and field type.
SynthesizedInterfaceMethodDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theMethodName)
          Construct a new synthesized interface method description object with the given name.
SynthesizedInterfaceMethodDescription(SynthesizedInterfaceDescription theInterfaceDescription, String theMethodName, String theMethodDescriptor)
          Construct a new synthesized interface method description object with the given name and method descriptor.
 



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