Uses of Class
edu.rit.classfile.SubroutineReference

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

Uses of SubroutineReference in edu.rit.classfile
 

Subclasses of SubroutineReference in edu.rit.classfile
 class ClassInitializerReference
          Class ClassInitializerReference is used to create a reference to a class initializer.
 class ConstructorReference
          Class ConstructorReference is used to create a reference to a constructor.
 class MethodReference
          Class MethodReference is used to create a reference to a method.
 class SubroutineDescription
          Class SubroutineDescription encapsulates the information needed to refer to or to describe a subroutine (method, constructor, or class initializer).
 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.
 

Methods in edu.rit.classfile with parameters of type SubroutineReference
static Instruction Op.INVOKEINTERFACE(SubroutineReference theMethod)
          An invokeinterface instruction.
static Instruction Op.INVOKESPECIAL(SubroutineReference theMethod)
          An invokespecial instruction.
static Instruction Op.INVOKESTATIC(SubroutineReference theMethod)
          An invokestatic instruction.
static Instruction Op.INVOKEVIRTUAL(SubroutineReference theMethod)
          An invokevirtual instruction.
 



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