com.ibm.wala.ecore.java.callGraph
Interface ECallGraph

All Superinterfaces:
EGraph, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ECallGraphImpl

public interface ECallGraph
extends EGraph

A representation of the model object 'ECall Graph'.

The following features are supported:

See Also:
CallGraphPackage.getECallGraph()

Method Summary
 org.eclipse.emf.common.util.EList getEntrypoints()
          Returns the value of the 'Entrypoints' reference list.
 
Methods inherited from interface com.ibm.wala.ecore.graph.EGraph
getEdges, getNodes, setEdges, setNodes
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getEntrypoints

org.eclipse.emf.common.util.EList getEntrypoints()
Returns the value of the 'Entrypoints' reference list. The list contents are of type EJavaMethod.

If the meaning of the 'Entrypoints' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Entrypoints' reference list.
See Also:
CallGraphPackage.getECallGraph_Entrypoints()