ptolemy.copernicus.java
Class TokenConstructorAnalysis

java.lang.Object
  extended by ptolemy.copernicus.java.TokenConstructorAnalysis

public class TokenConstructorAnalysis
extends java.lang.Object

An analysis that establishes a constant value, if possible, of a token constructed at a particular statement.

Since:
Ptolemy II 2.0
Version:
$Id: TokenConstructorAnalysis.java,v 1.29 2007/12/06 18:28:56 cxh Exp $
Author:
Stephen Neuendorffer
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (cxh)

Constructor Summary
TokenConstructorAnalysis(soot.jimple.JimpleBody body, soot.toolkits.scalar.LocalDefs localDefs)
           
 
Method Summary
 Token getConstructedTokenValue(soot.jimple.Stmt tokenConstructor)
          Return the invocation that creates an object with the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenConstructorAnalysis

public TokenConstructorAnalysis(soot.jimple.JimpleBody body,
                                soot.toolkits.scalar.LocalDefs localDefs)
Method Detail

getConstructedTokenValue

public Token getConstructedTokenValue(soot.jimple.Stmt tokenConstructor)
Return the invocation that creates an object with the given name.