|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.yasm.pprogram.PStmt
edu.toronto.cs.yasm.pprogram.SkipPStmt
public class SkipPStmt
SkipPStmt.java Created: Fri Jun 25 14:21:32 2004
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 |
---|
public SkipPStmt(PFunctionDef parent, Block sourceBlock)
public SkipPStmt(PFunctionDef parent, Expr sourceExpr)
Method Detail |
---|
public void printMe(java.io.PrintWriter out)
printMe
in class PStmt
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |