Interface CSElement
- All Known Implementing Classes:
AbstractCSElement
,CSCallSite
,CSMethod
,CSObj
,CSVar
public interface CSElement
Context-sensitive elements. Each element is associate with a context.
-
Method Summary
-
Method Details
-
getContext
Context getContext()- Returns:
- the context of the context-sensitive element.
-