Package com.ibm.wala.cast.tree
Interface CAstTypeDictionary
-
- All Superinterfaces:
Iterable
- All Known Implementing Classes:
CAstTypeDictionaryImpl
public interface CAstTypeDictionary extends Iterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CAstType
getCAstTypeFor(Object type)
Iterator
iterator()
CAstReference
resolveReference(CAstReference ref)
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
resolveReference
CAstReference resolveReference(CAstReference ref)
-
-