edu.toronto.cs.yasm.pprogram
Class BreakPStmt

java.lang.Object
  extended by edu.toronto.cs.yasm.pprogram.PStmt
      extended by edu.toronto.cs.yasm.pprogram.GotoPStmt
          extended by edu.toronto.cs.yasm.pprogram.BreakPStmt

public class BreakPStmt
extends GotoPStmt


Constructor Summary
BreakPStmt(PFunctionDef parent, Block sourceBlock)
           
BreakPStmt(PFunctionDef parent, Expr sourceExpr)
           
 
Method Summary
 
Methods inherited from class edu.toronto.cs.yasm.pprogram.GotoPStmt
getDest, getLineNum, getTargetLabel, printMe, setDest, setTargetLabel
 
Methods inherited from class edu.toronto.cs.yasm.pprogram.PStmt
exprFac, getId, getLabel, getLast, getNext, getParent, getPProgram, getRefinerInfo, getSourceBlock, getSourceExpr, print, print, printMe, setId, setLabel, setNext, setParent, setRefinerInfo, setSourceBlock, setTail, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BreakPStmt

public BreakPStmt(PFunctionDef parent,
                  Block sourceBlock)

BreakPStmt

public BreakPStmt(PFunctionDef parent,
                  Expr sourceExpr)