All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.IR.QuadSSA.Quad | +----harpoon.IR.QuadSSA.THROW
THROW
represents a throw statement.
- Version:
- $Id: THROW.java,v 1.13 1998/10/11 02:37:57 cananian Exp $
- Author:
- C. Scott Ananian <cananian@alumni.princeton.edu>
-
throwable
-
-
THROW(HCodeElement, Temp)
- Creates a
THROW
.
-
renameDefs(TempMap)
- Rename all defined variables in this Quad according to a mapping.
-
renameUses(TempMap)
- Rename all used variables in this Quad according to a mapping.
-
toString()
- Returns human-readable representation of this Quad.
-
use()
- Returns all the Temps used by this Quad.
-
visit(QuadVisitor)
- Accept a visitor.
throwable
public Temp throwable
THROW
public THROW(HCodeElement source,
Temp throwable)
- Creates a
THROW
.
use
public Temp[] use()
- Returns all the Temps used by this Quad.
- Returns:
- the
throwable
field.
- Overrides:
- use in class Quad
renameUses
public void renameUses(TempMap tm)
- Rename all used variables in this Quad according to a mapping.
- Overrides:
- renameUses in class Quad
renameDefs
public void renameDefs(TempMap tm)
- Rename all defined variables in this Quad according to a mapping.
- Overrides:
- renameDefs in class Quad
visit
public void visit(QuadVisitor v)
- Accept a visitor.
- Overrides:
- visit in class Quad
toString
public String toString()
- Returns human-readable representation of this Quad.
- Overrides:
- toString in class Quad
All Packages Class Hierarchy This Package Previous Next Index