A B C D E F G H I J L M N O P R S T U V W X Y

I

I2B - Static variable in class edu.rit.classfile.Op
An i2b instruction.
I2C - Static variable in class edu.rit.classfile.Op
An i2c instruction.
I2D - Static variable in class edu.rit.classfile.Op
An i2d instruction.
I2F - Static variable in class edu.rit.classfile.Op
An i2f instruction.
I2L - Static variable in class edu.rit.classfile.Op
An i2l instruction.
I2S - Static variable in class edu.rit.classfile.Op
An i2s instruction.
IADD - Static variable in class edu.rit.classfile.Op
An iadd instruction.
IALOAD - Static variable in class edu.rit.classfile.Op
An iaload instruction.
IAND - Static variable in class edu.rit.classfile.Op
An iand instruction.
IASTORE - Static variable in class edu.rit.classfile.Op
An iastore instruction.
IDIV - Static variable in class edu.rit.classfile.Op
An idiv instruction.
IF_ACMPEQ(Location) - Static method in class edu.rit.classfile.Op
An if_acmpeq instruction.
IF_ACMPNE(Location) - Static method in class edu.rit.classfile.Op
An if_acmpne instruction.
IF_ICMPEQ(Location) - Static method in class edu.rit.classfile.Op
An if_icmpeq instruction.
IF_ICMPGE(Location) - Static method in class edu.rit.classfile.Op
An if_icmpge instruction.
IF_ICMPGT(Location) - Static method in class edu.rit.classfile.Op
An if_icmpgt instruction.
IF_ICMPLE(Location) - Static method in class edu.rit.classfile.Op
An if_icmple instruction.
IF_ICMPLT(Location) - Static method in class edu.rit.classfile.Op
An if_icmplt instruction.
IF_ICMPNE(Location) - Static method in class edu.rit.classfile.Op
An if_icmpne instruction.
IFEQ(Location) - Static method in class edu.rit.classfile.Op
An ifeq instruction.
IFGE(Location) - Static method in class edu.rit.classfile.Op
An ifge instruction.
IFGT(Location) - Static method in class edu.rit.classfile.Op
An ifgt instruction.
IFLE(Location) - Static method in class edu.rit.classfile.Op
An ifle instruction.
IFLT(Location) - Static method in class edu.rit.classfile.Op
An iflt instruction.
IFNE(Location) - Static method in class edu.rit.classfile.Op
An ifne instruction.
IFNONNULL(Location) - Static method in class edu.rit.classfile.Op
An ifnonnull instruction.
IFNULL(Location) - Static method in class edu.rit.classfile.Op
An ifnull instruction.
IINC(int, int) - Static method in class edu.rit.classfile.Op
An iinc instruction.
ILOAD(int) - Static method in class edu.rit.classfile.Op
An iload instruction.
ImageItem - Class in edu.rit.slides.items
Class ImageItem provides a SlideItem containing an image.
ImageItem() - Constructor for class edu.rit.slides.items.ImageItem
Construct a new empty image item.
ImageItem(InputStream, Point) - Constructor for class edu.rit.slides.items.ImageItem
Construct a new image item with the image read from the given input stream.
ImageItem(InputStream, Point, double) - Constructor for class edu.rit.slides.items.ImageItem
Construct a new image item with the image read from the given input stream.
IMUL - Static variable in class edu.rit.classfile.Op
An imul instruction.
increaseMaxLocals(int) - Method in class edu.rit.classfile.SynthesizedClassInitializerDescription
Increase the described class initializer's max_locals item if necessary.
increaseMaxLocals(int) - Method in class edu.rit.classfile.SynthesizedConstructorDescription
Increase the described constructor's max_locals item if necessary.
increaseMaxLocals(int) - Method in class edu.rit.classfile.SynthesizedMethodDescription
Increase the described method's max_locals item if necessary.
increaseMaxStack(int) - Method in class edu.rit.classfile.SynthesizedClassInitializerDescription
Increase the described class initializer's max_stack item if necessary.
increaseMaxStack(int) - Method in class edu.rit.classfile.SynthesizedConstructorDescription
Increase the described constructor's max_stack item if necessary.
increaseMaxStack(int) - Method in class edu.rit.classfile.SynthesizedMethodDescription
Increase the described method's max_stack item if necessary.
increment() - Method in class edu.rit.m2mi.Eoid
Generate the next EOID after this EOID.
INEG - Static variable in class edu.rit.classfile.Op
An ineg instruction.
initialize() - Method in class edu.rit.crypto.MuH1Random
Set this μH-1 PRNG to the initial state.
initialize() - Static method in class edu.rit.m2mi.M2MI
Initialize the M2MI Layer.
initialize(ClassLoader) - Static method in class edu.rit.m2mi.M2MI
Initialize the M2MI Layer.
initialize(ProtectionDomain) - Static method in class edu.rit.m2mi.M2MI
Initialize the M2MI Layer.
initialize(ClassLoader, ProtectionDomain) - Static method in class edu.rit.m2mi.M2MI
Initialize the M2MI Layer.
INSTANCEOF(ArrayOrClassReference) - Static method in class edu.rit.classfile.Op
An instanceof instruction.
Instruction - Class in edu.rit.classfile
Class Instruction encapsulates a Java bytecode instruction.
INT - Static variable in class edu.rit.classfile.PrimitiveReference
The primitive reference object for type int.
InterfaceExportMap - Class in edu.rit.m2mi
Class InterfaceExportMap provides a mapping from a target interface name to a set of objects that have been exported with that interface.
InterfaceExportMap(M2MIMessagePrefix) - Constructor for class edu.rit.m2mi.InterfaceExportMap
Construct a new, empty interface export map.
InvalidMethodException - Exception in edu.rit.m2mi
Class InvalidMethodException encapsulates an exception thrown when M2MI attempts to synthesize proxies for a method that does not conform to M2MI's requirements.
InvalidMethodException() - Constructor for exception edu.rit.m2mi.InvalidMethodException
Construct a new invalid method exception with no detail message and no chained exception.
InvalidMethodException(String) - Constructor for exception edu.rit.m2mi.InvalidMethodException
Construct a new invalid method exception with the given detail message and no chained exception.
InvalidMethodException(Throwable) - Constructor for exception edu.rit.m2mi.InvalidMethodException
Construct a new invalid method exception with no detail message and the given chained exception.
InvalidMethodException(String, Throwable) - Constructor for exception edu.rit.m2mi.InvalidMethodException
Construct a new invalid method exception with the given detail message and the given chained exception.
Invocation - Class in edu.rit.m2mi
Class Invocation is the abstract base class for all invocation objects in M2MI.
Invocation() - Constructor for class edu.rit.m2mi.Invocation
Construct a new invocation object.
Invocation(Eoid, MethodDescriptor, MethodInvoker) - Constructor for class edu.rit.m2mi.Invocation
Construct a new invocation object with the given EOID, method descriptor, and method invoker.
InvocationException - Exception in edu.rit.m2mi
Class InvocationException encapsulates an unchecked exception thrown when an M2MI method invocation on a handle or on a target object was not successful.
InvocationException() - Constructor for exception edu.rit.m2mi.InvocationException
Construct a new invocation exception with no detail message and no chained exception.
InvocationException(String) - Constructor for exception edu.rit.m2mi.InvocationException
Construct a new invocation exception with the given detail message and no chained exception.
InvocationException(Throwable) - Constructor for exception edu.rit.m2mi.InvocationException
Construct a new invocation exception with no detail message and the given chained exception.
InvocationException(String, Throwable) - Constructor for exception edu.rit.m2mi.InvocationException
Construct a new invocation exception with the given detail message and the given chained exception.
InvocationFactory - Class in edu.rit.m2mi
Class InvocationFactory is the abstract base class for a factory object that creates Invocation objects.
InvocationFactory() - Constructor for class edu.rit.m2mi.InvocationFactory
Construct a new invocation factory.
InvocationQueue - Class in edu.rit.m2mi
Class InvocationQueue provides a queue of Invocation objects waiting to be processed.
InvocationQueue() - Constructor for class edu.rit.m2mi.InvocationQueue
Construct a new, empty invocation queue.
InvocationThread - Class in edu.rit.m2mi
Class InvocationThread provides a thread for performing M2MI method invocations on target objects.
InvocationThread(InvocationQueue) - Constructor for class edu.rit.m2mi.InvocationThread
Construct a new invocation thread.
invoke(Object) - Method in class edu.rit.m2mi.Invocation
Perform the invocation specified by this invocation object's method invoker on the given target object.
invoke(Object) - Method in class edu.rit.m2mi.MethodInvoker
Perform the invocation specified by this method invoker on the given target object.
INVOKEINTERFACE(SubroutineReference) - Static method in class edu.rit.classfile.Op
An invokeinterface instruction.
invokeNext() - Method in class edu.rit.m2mi.InvocationQueue
Invoke the target method on the next target object in the invocation object at the front of this invocation queue.
invokes(Object) - Method in class edu.rit.m2mi.Handle
Determine if a method invocation on this handle will be executed by the given object.
invokes(Object) - Method in class edu.rit.m2mi.Multihandle
Determine if a method invocation on this multihandle will be executed by the given object.
invokes(Object) - Method in class edu.rit.m2mi.Omnihandle
Determine if a method invocation on this omnihandle will be executed by the given object.
invokes(Object) - Method in class edu.rit.m2mi.Unihandle
Determine if a method invocation on this unihandle will be executed by the given object.
INVOKESPECIAL(SubroutineReference) - Static method in class edu.rit.classfile.Op
An invokespecial instruction.
INVOKESTATIC(SubroutineReference) - Static method in class edu.rit.classfile.Op
An invokestatic instruction.
INVOKEVIRTUAL(SubroutineReference) - Static method in class edu.rit.classfile.Op
An invokevirtual instruction.
IOR - Static variable in class edu.rit.classfile.Op
An ior instruction.
IREM - Static variable in class edu.rit.classfile.Op
An irem instruction.
IRETURN - Static variable in class edu.rit.classfile.Op
An ireturn instruction.
isAbstract() - Method in class edu.rit.classfile.ClassDescription
Returns true if the described class is abstract, that is, cannot be directly instantiated.
isAbstract() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine is abstract, that is, no implementation is provided.
isBlanked() - Method in class edu.rit.slides.ProjectorObject
Determine if the display is blanked.
isEmpty() - Method in class edu.rit.slides.SlideSet
Determine if this slide set is empty.
isExported(Eoid) - Method in class edu.rit.m2mi.EoidExportMap
Determine if any object(s) are exported with the given EOID in this export map.
isExported(Eoid, Object) - Method in class edu.rit.m2mi.EoidExportMap
Determine if the given object is exported with the given EOID in this export map.
isExported(Object) - Method in class edu.rit.m2mi.ExportMap
Determine if any object(s) are exported with the given key in this export map.
isExported(Object, Object) - Method in class edu.rit.m2mi.ExportMap
Determine if the given object is exported with the given key in this export map.
isExported(String, Object) - Method in class edu.rit.m2mi.InterfaceExportMap
Determine if the given object is exported with the given interface in this export map.
isExportedEoid(Object) - Method in class edu.rit.m2mi.Handle
Determine if the given object is exported with this handle's EOID in the M2MI Layer.
isExportedInterface(Object) - Method in class edu.rit.m2mi.Handle
Determine if the given object is exported with this handle's target interface in the M2MI layer.
isFinal() - Method in class edu.rit.classfile.ClassDescription
Returns true if the described class is final, that is, cannot be subclassed.
isFinal() - Method in class edu.rit.classfile.FieldDescription
Returns true if the described field is final, that is, may not be changed after initialization.
isFinal() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine is final, that is, may not be overridden.
ISHL - Static variable in class edu.rit.classfile.Op
An ishl instruction.
ISHR - Static variable in class edu.rit.classfile.Op
An ishr instruction.
isInterface() - Method in class edu.rit.classfile.ClassDescription
Returns true if the described class is an interface.
isLastPacket() - Method in class edu.rit.m2mp.Packet
Determine whether this packet is the last packet of the message.
isMessaging() - Static method in class edu.rit.m2mi.M2MIProperties
Returns true if the M2MI Layer should broadcast and receive invocation messages, false otherwise.
isNative() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine is native, that is, implemented in a language other than Java.
isPackageScoped() - Method in class edu.rit.classfile.FieldDescription
Returns true if the described field has default access (also known as package scoped), that is, may be accessed only from inside its defining package or inside its defining class.
isPackageScoped() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine has default access (also known as package scoped), that is, may be accessed only from inside its defining package or inside its defining class.
isPrivate() - Method in class edu.rit.classfile.FieldDescription
Returns true if the described field is private, that is, may be accessed only from inside its defining class.
isPrivate() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine is private, that is, may be accessed only from inside its defining class.
isProtected() - Method in class edu.rit.classfile.FieldDescription
Returns true if the described field is protected, that is, may be accessed only from inside its defining package, inside its defining class, or inside subclasses of its defining class.
isProtected() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine is protected, that is, may be accessed only from inside its defining package, inside its defining class, or inside subclasses of its defining class.
isPublic() - Method in class edu.rit.classfile.ClassDescription
Returns true if the described class is public, that is, can be accessed from outside its package.
isPublic() - Method in class edu.rit.classfile.FieldDescription
Returns true if the described field is public, that is, may be accessed from inside and outside its defining package.
isPublic() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine is public, that is, may be accessed from inside and outside its defining package.
isStarted() - Method in class edu.rit.util.Timer
Determine whether this timer is started.
isStatic() - Method in class edu.rit.classfile.FieldDescription
Returns true if the described field is static.
isStatic() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine is static.
isStopped() - Method in class edu.rit.util.Timer
Determine whether this timer is stopped.
isStrictfp() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine uses strict floating point mode.
isSynchronized() - Method in class edu.rit.classfile.SubroutineDescription
Returns true if the described subroutine is synchronized, that is, the monitor must be locked upon invocation and unlocked upon return.
ISTORE(int) - Static method in class edu.rit.classfile.Op
An istore instruction.
isTransient() - Method in class edu.rit.classfile.FieldDescription
Returns true if the described field is transient, that is, not written or read by a persistent object manager.
isTriggered() - Method in class edu.rit.util.Timer
Determine whether this timer is triggered.
ISUB - Static variable in class edu.rit.classfile.Op
An isub instruction.
isValidLength(int) - Static method in class edu.rit.m2mp.Packet
Determine if the given length is a valid length for a packet.
isVolatile() - Method in class edu.rit.classfile.FieldDescription
Returns true if the described field is volatile, that is, cannot be cached.
isVoteFor(int) - Method in class edu.rit.survey.SurveyVote
Determine if there is a vote for the given answer.
iterator(Eoid) - Method in class edu.rit.m2mi.EoidExportMap
Obtain an iterator for visiting the objects exported with the given EOID in this export map.
iterator(Object) - Method in class edu.rit.m2mi.ExportMap
Obtain an iterator for visiting the objects exported with the given key in this export map.
iterator() - Method in class edu.rit.m2mi.Handle
Obtain an iterator for visiting the objects associated with this handle.
iterator(String) - Method in class edu.rit.m2mi.InterfaceExportMap
Obtain an iterator for visiting the objects exported with the given interface in this export map.
iterator() - Method in class edu.rit.m2mi.Multihandle
Obtain an iterator for visiting the objects associated with this multihandle.
iterator() - Method in class edu.rit.m2mi.Omnihandle
Obtain an iterator for visiting the objects associated with this omnihandle.
iterator() - Method in class edu.rit.m2mi.Unihandle
Obtain an iterator for visiting the objects associated with this unihandle.
iterator() - Method in class edu.rit.slides.SlideSet
Obtain an iterator for visiting all the non-null slides in this slide set.
iteratorEoid() - Method in class edu.rit.m2mi.Handle
Obtain an iterator for visiting the objects associated with this handle's EOID.
iteratorInterface() - Method in class edu.rit.m2mi.Handle
Obtain an iterator for visiting the objects associated with this handle's target interface.
IUSHR - Static variable in class edu.rit.classfile.Op
An iushr instruction.
IXOR - Static variable in class edu.rit.classfile.Op
An ixor instruction.

A B C D E F G H I J L M N O P R S T U V W X Y
Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.