com.ibm.wala.accessPath
Interface PointerPathElement

All Superinterfaces:
PathElement
All Known Implementing Classes:
LocalPathElement, StaticFieldPathElement

public interface PointerPathElement
extends PathElement

An access path element that holds a pointer (i.e. is not a field token)


Field Summary
 
Fields inherited from interface com.ibm.wala.accessPath.PathElement
EMPTY_ELEMENT
 
Method Summary
 PointerKey getPointerKey()
           
 
Methods inherited from interface com.ibm.wala.accessPath.PathElement
isAnchor
 

Method Detail

getPointerKey

PointerKey getPointerKey()