|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Xref | |
|---|---|
| com.joanju.cg.bytecode | |
| com.joanju.cg.core | |
| com.joanju.cg.db | |
| com.joanju.cg.plugin | |
| com.joanju.cg.printers | |
| Uses of Xref in com.joanju.cg.bytecode |
|---|
| Fields in com.joanju.cg.bytecode with type parameters of type Xref | |
|---|---|
protected java.util.HashSet<Xref> |
Bytecode.xrefs
The set of xref records to be written with this Bytecode instruction. |
| Methods in com.joanju.cg.bytecode that return types with arguments of type Xref | |
|---|---|
java.util.HashSet<Xref> |
Bytecode.getXrefs()
|
| Uses of Xref in com.joanju.cg.core |
|---|
| Methods in com.joanju.cg.core that return types with arguments of type Xref | |
|---|---|
java.util.HashSet<Xref> |
Checkvals.getCache()
|
static java.util.ArrayList<Xref> |
Callnames.getCallsForName(int procNameID)
|
| Uses of Xref in com.joanju.cg.db |
|---|
| Methods in com.joanju.cg.db that return types with arguments of type Xref | |
|---|---|
static java.util.ArrayList<Xref> |
XrefTable.query(int sc,
int sa,
int tc,
int ta)
Get a list of Xref records matching a search criteria. |
| Methods in com.joanju.cg.db with parameters of type Xref | |
|---|---|
static void |
XrefTable.delete(Xref x)
Delete an xref record from the database. |
static void |
XrefTable.store(Xref xref)
Store an Xref record into the xref table. |
| Method parameters in com.joanju.cg.db with type arguments of type Xref | |
|---|---|
static void |
XrefTable.store(java.util.Collection<Xref> list)
Store Xref records into the xref table. |
| Uses of Xref in com.joanju.cg.plugin |
|---|
| Constructor parameters in com.joanju.cg.plugin with type arguments of type Xref | |
|---|---|
SearchForTargetsQuery(int fileID,
int line,
int column,
java.util.ArrayList<Xref> cuXrefs)
This constructor does not build the matchList. |
|
| Uses of Xref in com.joanju.cg.printers |
|---|
| Method parameters in com.joanju.cg.printers with type arguments of type Xref | |
|---|---|
static void |
XrefPrinter.print(java.io.BufferedWriter writer,
java.util.Collection<Xref> xrefs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||