edu.toronto.cs.yasm.pprogram
Class SkipPStmt

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

public class SkipPStmt
extends PStmt

SkipPStmt.java Created: Fri Jun 25 14:21:32 2004

Version:
1.0
Author:
Kelvin Ku

Constructor Summary
SkipPStmt(PFunctionDef parent, Block sourceBlock)
           
SkipPStmt(PFunctionDef parent, Expr sourceExpr)
           
 
Method Summary
 void printMe(java.io.PrintWriter out)
           
 
Methods inherited from class edu.toronto.cs.yasm.pprogram.PStmt
exprFac, getDest, getId, getLabel, getLast, getLineNum, getNext, getParent, getPProgram, getRefinerInfo, getSourceBlock, getSourceExpr, print, print, printMe, setDest, 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

SkipPStmt

public SkipPStmt(PFunctionDef parent,
                 Block sourceBlock)

SkipPStmt

public SkipPStmt(PFunctionDef parent,
                 Expr sourceExpr)
Method Detail

printMe

public void printMe(java.io.PrintWriter out)
Overrides:
printMe in class PStmt