|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.joanju.cgs.query.Query
public class Query
| Constructor Summary | |
|---|---|
Query()
|
|
| Method Summary | |
|---|---|
void |
callTargets(java.lang.StringBuilder out,
int cuid,
int nodeNum)
Get XML of targets for a call, sorted by file full path. |
void |
whereUsed(java.lang.StringBuilder out,
int cuid,
int nodeNum)
Get XML where-used for a procedure, sorted by file full path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public void callTargets(java.lang.StringBuilder out,
int cuid,
int nodeNum)
throws java.lang.Exception
java.lang.Exception - if the call record for the CUID and nodeNum could not be found.
public void whereUsed(java.lang.StringBuilder out,
int cuid,
int nodeNum)
throws java.lang.Exception
java.lang.Exception - if the procedure record for the CUID and nodeNum could not be found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||