Uses of Class
edu.rit.classfile.SubroutineDescription

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

Uses of SubroutineDescription in edu.rit.classfile
 

Subclasses of SubroutineDescription in edu.rit.classfile
 class SynthesizedAbstractMethodDescription
          Class SynthesizedAbstractMethodDescription is used to synthesize a subroutine description for some actual abstract method.
 class SynthesizedClassInitializerDescription
          Class SynthesizedClassInitializerDescription is used to synthesize a subroutine description for some actual class initializer.
 class SynthesizedConstructorDescription
          Class SynthesizedConstructorDescription is used to synthesize a subroutine description for some actual constructor.
 class SynthesizedInterfaceMethodDescription
          Class SynthesizedInterfaceMethodDescription is used to synthesize a subroutine description for some actual interface method.
 class SynthesizedMethodDescription
          Class SynthesizedMethodDescription is used to synthesize a subroutine description for some actual non-abstract method.
 class SynthesizedSubroutineDescription
          Class SynthesizedSubroutineDescription is the abstract superclass of all classes used to synthesize a subroutine description for some actual method, constructor, or class initializer.
 



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