edu.rit.classfile
Class SynthesizedSubroutineDescription

java.lang.Object
  extended by edu.rit.classfile.SubroutineReference
      extended by edu.rit.classfile.SubroutineDescription
          extended by edu.rit.classfile.SynthesizedSubroutineDescription
Direct Known Subclasses:
SynthesizedAbstractMethodDescription, SynthesizedClassInitializerDescription, SynthesizedConstructorDescription, SynthesizedInterfaceMethodDescription, SynthesizedMethodDescription

public abstract class SynthesizedSubroutineDescription
extends SubroutineDescription

Class SynthesizedSubroutineDescription is the abstract superclass of all classes used to synthesize a subroutine description for some actual method, constructor, or class initializer.


Method Summary
 
Methods inherited from class edu.rit.classfile.SubroutineDescription
getCodeLength, getExceptionHandlers, getInstructions, getMaxLocals, getMaxStack, getThrownExceptions, isAbstract, isFinal, isNative, isPackageScoped, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized
 
Methods inherited from class edu.rit.classfile.SubroutineReference
equals, getArgumentTypes, getArgumentWordCount, getClassReference, getMethodDescriptor, getMethodName, getReturnType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 



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