public class CAstTypeDictionaryImpl<A> extends java.lang.Object implements CAstTypeDictionary
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<A,CAstType> |
fMap |
| Constructor and Description |
|---|
CAstTypeDictionaryImpl() |
| Modifier and Type | Method and Description |
|---|---|
CAstType |
getCAstTypeFor(java.lang.Object astType) |
java.util.Iterator<CAstType> |
iterator() |
void |
map(A astType,
CAstType castType) |
CAstReference |
resolveReference(CAstReference ref) |
public CAstType getCAstTypeFor(java.lang.Object astType)
getCAstTypeFor in interface CAstTypeDictionarypublic java.util.Iterator<CAstType> iterator()
iterator in interface CAstTypeDictionaryiterator in interface java.lang.Iterable<CAstType>public CAstReference resolveReference(CAstReference ref)
resolveReference in interface CAstTypeDictionary