Package com.ibm.wala.cast.tree.impl
Class CAstTypeDictionaryImpl
- java.lang.Object
-
- com.ibm.wala.cast.tree.impl.CAstTypeDictionaryImpl
-
- All Implemented Interfaces:
CAstTypeDictionary,Iterable
public class CAstTypeDictionaryImpl extends Object implements CAstTypeDictionary
-
-
Constructor Summary
Constructors Constructor Description CAstTypeDictionaryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CAstTypegetCAstTypeFor(Object astType)Iteratoriterator()voidmap(Object astType, CAstType castType)CAstReferenceresolveReference(CAstReference ref)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
fMap
protected final Map fMap
-
-
Method Detail
-
getCAstTypeFor
public CAstType getCAstTypeFor(Object astType)
- Specified by:
getCAstTypeForin interfaceCAstTypeDictionary
-
iterator
public Iterator iterator()
- Specified by:
iteratorin interfaceCAstTypeDictionary- Specified by:
iteratorin interfaceIterable
-
resolveReference
public CAstReference resolveReference(CAstReference ref)
- Specified by:
resolveReferencein interfaceCAstTypeDictionary
-
-