|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCall | |
|---|---|
| com.joanju.cg.api | Programmer's API to Callgraph. |
| com.joanju.cg.bytecode | |
| Uses of AbstractCall in com.joanju.cg.api |
|---|
| Methods in com.joanju.cg.api that return AbstractCall | |
|---|---|
AbstractCall |
CallSite.getBytecode()
This fetches the (low-level) Bytecode instruction record for the call. |
| Constructors in com.joanju.cg.api with parameters of type AbstractCall | |
|---|---|
CallSite(AbstractCall call)
|
|
| Uses of AbstractCall in com.joanju.cg.bytecode |
|---|
| Subclasses of AbstractCall in com.joanju.cg.bytecode | |
|---|---|
class |
CallinInstr
Represents any IN HANDLE type of call. |
class |
CallInstr
Records a RUN statement, a call to a user function, or a call to a method. |
class |
CallsuperInstr
|
| Methods in com.joanju.cg.bytecode that return types with arguments of type AbstractCall | |
|---|---|
java.util.ArrayList<AbstractCall> |
ProcedureInstr.getAllCallSites()
Fetch all call sites for this procedure. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||