File
Doc
Category
Size
Date
Package
InstructionTargeter.java
API Doc
Java SE 6 API
3243
Tue Jun 10 00:22:20 BST 2008
com.sun.org.apache.bcel.internal.generic
InstructionTargeter
public interface InstructionTargeter
Denote that a class targets InstructionHandles within an InstructionList. Namely the following implementers:
see
BranchHandle
see
LocalVariableGen
see
CodeExceptionGen
version
$Id: InstructionTargeter.java,v 1.1.2.1 2005/07/31 23:45:13 jeffsuttor Exp $
author
M. Dahm
Fields Summary
Constructors Summary
Methods Summary
public
boolean
containsTarget
(
com.sun.org.apache.bcel.internal.generic.InstructionHandle
ih)
public void
updateTarget
(
com.sun.org.apache.bcel.internal.generic.InstructionHandle
old_ih,
com.sun.org.apache.bcel.internal.generic.InstructionHandle
new_ih)
Java Code Source