|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.internal.ui.callhierarchy.CHQueries
public class CHQueries
Access to high level queries in the index.
Method Summary | |
---|---|
static CHNode[] |
findCalledBy(CHContentProvider cp,
CHNode node,
org.eclipse.cdt.core.index.IIndex index,
org.eclipse.core.runtime.IProgressMonitor pm)
Searches for functions and methods that call a given element. |
static CHNode[] |
findCalls(CHContentProvider cp,
CHNode node,
org.eclipse.cdt.core.index.IIndex index,
org.eclipse.core.runtime.IProgressMonitor pm)
Searches for all calls that are made within a given range. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CHNode[] findCalledBy(CHContentProvider cp, CHNode node, org.eclipse.cdt.core.index.IIndex index, org.eclipse.core.runtime.IProgressMonitor pm) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static CHNode[] findCalls(CHContentProvider cp, CHNode node, org.eclipse.cdt.core.index.IIndex index, org.eclipse.core.runtime.IProgressMonitor pm) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |