Package com.ibm.wala.cast.tree
Interface CAstReference
-
- All Known Subinterfaces:
CAstMemberReference
public interface CAstReference
This interface is used to denote various kinds of references in CAst structures. It can be used to denote types for languages like Java and PHP that have non-trivial mappings from names to actual entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CAstType
type()
-
-
-
Method Detail
-
type
CAstType type()
-
-