alt.jiapi.reflect
Class SwitchInstruction.Target

java.lang.Object
  extended by alt.jiapi.reflect.SwitchInstruction.Target
Enclosing class:
SwitchInstruction

public class SwitchInstruction.Target
extends java.lang.Object

This class encapsulates SwitchInstructions key-target pair.


Method Summary
 int getKey()
          Gets the key of this target.
 Instruction getTarget()
          Gets the target Instruction of this target.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public int getKey()
Gets the key of this target.


getTarget

public Instruction getTarget()
Gets the target Instruction of this target.



Copyright © 2001. Documenation generated August 26 2011.