com.ibm.wala.cast.tree.impl
Class CAstTypeDictionaryImpl

java.lang.Object
  extended by com.ibm.wala.cast.tree.impl.CAstTypeDictionaryImpl
All Implemented Interfaces:
CAstTypeDictionary
Direct Known Subclasses:
PolyglotTypeDictionary

public class CAstTypeDictionaryImpl
extends java.lang.Object
implements CAstTypeDictionary


Constructor Summary
CAstTypeDictionaryImpl()
           
 
Method Summary
 CAstType getCAstTypeFor(java.lang.Object astType)
           
 void map(java.lang.Object astType, CAstType castType)
           
 CAstReference resolveReference(CAstReference ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAstTypeDictionaryImpl

public CAstTypeDictionaryImpl()
Method Detail

getCAstTypeFor

public CAstType getCAstTypeFor(java.lang.Object astType)
Specified by:
getCAstTypeFor in interface CAstTypeDictionary

map

public void map(java.lang.Object astType,
                CAstType castType)

resolveReference

public CAstReference resolveReference(CAstReference ref)
Specified by:
resolveReference in interface CAstTypeDictionary