dk.brics.xact.analysis.flowgraph.statements
Class EscapeStm
java.lang.Object
  
dk.brics.xact.analysis.flowgraph.Entity
      
dk.brics.xact.analysis.flowgraph.Statement
          
dk.brics.xact.analysis.flowgraph.statements.EscapeStm
public class EscapeStm
- extends Statement
 
 
 
| Methods inherited from class dk.brics.xact.analysis.flowgraph.Entity | 
getOrigin | 
 
 
EscapeStm
public EscapeStm(Variable var,
                 Origin origin)
getOpName
public String getOpName()
- Description copied from class: 
Statement 
- Returns the name of the operation.
- Specified by:
 getOpName in class Statement
 
 
 
getVar
public Variable getVar()
 
setVar
public void setVar(Variable var)
 
toString
public String toString()
- Description copied from class: 
Statement 
- Returns a textual description of the statement.
 This includes the origin and other statically available information.
- Overrides:
 toString in class Statement
 
 
 
visitBy
public void visitBy(StatementVisitor v)
- Description copied from class: 
Statement 
- Visits this statement by the given visitor.
- Specified by:
 visitBy in class Statement
 
 
 
 Copyright © 2005-2011 Aarhus University.