dk.brics.string.java
Class AssertionContext
java.lang.Object
  
dk.brics.string.java.AssertionContext
public class AssertionContext
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AssertionContext
public AssertionContext(TranslationContext context,
                        LocalDefs definitions,
                        Map<Stmt,TranslatedStatement> translations,
                        SootMethod method)
getLocalDefinitions
public LocalDefs getLocalDefinitions()
 
getMethod
public SootMethod getMethod()
 
getStatementTranslations
public Map<Stmt,TranslatedStatement> getStatementTranslations()
 
getTranslationContext
public TranslationContext getTranslationContext()
 
setContext
public void setContext(TranslationContext context)
 
setDefinitions
public void setDefinitions(LocalDefs definitions)
 
setMethod
public void setMethod(SootMethod method)
 
setTranslations
public void setTranslations(Map<Stmt,TranslatedStatement> translations)
 
                 Copyright © 2003-2009 Anders Møller, Aske Simon Christensen, Asger Feldthaus.