joeq.Compiler.Analysis.IPSSA
Class SSAProcInfo
java.lang.Object
joeq.Compiler.Analysis.IPSSA.SSAProcInfo
public final class SSAProcInfo
- extends Object
- Version:
- $Id: SSAProcInfo.java 1931 2004-09-22 22:17:47Z joewhaley $
- Author:
- V.Benjamin Livshits
- See Also:
SSAProcInfo.Query
Nested Class Summary |
static class |
SSAProcInfo.Helper
This class is used to make modifications to the IPSSA representation. |
static class |
SSAProcInfo.Query
This class is used to get information about the IPSSA representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_queryMap
protected static HashMap _queryMap
_helperMap
protected static HashMap _helperMap
SSAProcInfo
public SSAProcInfo()
retrieveQuery
public static SSAProcInfo.Query retrieveQuery(jq_Method method)
retrieveHelper
public static SSAProcInfo.Helper retrieveHelper(jq_Method method)
Copyright © 2001-2008 John Whaley. All Rights Reserved.