at.dms.backend
Class QJump

java.lang.Object
  |
  +--at.dms.backend.QNode
        |
        +--at.dms.backend.QVoid
              |
              +--at.dms.backend.QJump

class QJump
extends QVoid

???


Constructor Summary
QJump(QOrigin origin)
           
 
Method Summary
 QJump getJump()
          Returns this node.
 BasicBlock getTarget()
          Returns the target of this jump.
 boolean isJump()
          isJump
 
Methods inherited from class at.dms.backend.QVoid
generate, getDef, getInstruction, getOrigins, getType, getUses, setOrigin, toString
 
Methods inherited from class at.dms.backend.QNode
getLivein, getLiveout, getStore, getSwitch, hasSideEffect, isLive, isStore, isSwitch, setLivein, setLiveout
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QJump

public QJump(QOrigin origin)
Method Detail

isJump

public boolean isJump()
isJump
Overrides:
isJump in class QNode

getJump

public QJump getJump()
Returns this node.
Overrides:
getJump in class QNode

getTarget

public BasicBlock getTarget()
Returns the target of this jump.