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 CAstType
getCAstTypeFor(Object astType)
Iterator
iterator()
void
map(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
-
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:
getCAstTypeFor
in interfaceCAstTypeDictionary
-
iterator
public Iterator iterator()
- Specified by:
iterator
in interfaceCAstTypeDictionary
- Specified by:
iterator
in interfaceIterable
-
resolveReference
public CAstReference resolveReference(CAstReference ref)
- Specified by:
resolveReference
in interfaceCAstTypeDictionary
-
-