public class CallGraphNode extends Object
| Constructor and Description |
|---|
CallGraphNode(String routineId,
String routineName,
String packageName,
ERoutineKind routineKind,
SourceAnchor declarationAnchor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTableAccess(TableAccess access) |
SourceAnchor |
getDeclarationAnchor() |
String |
getPackageName() |
String |
getRoutineId() |
ERoutineKind |
getRoutineKind() |
String |
getRoutineName() |
List<TableAccess> |
getTableAccesses() |
String |
toString() |
public CallGraphNode(String routineId, String routineName, String packageName, ERoutineKind routineKind, SourceAnchor declarationAnchor)
public String getRoutineId()
public String getRoutineName()
public String getPackageName()
public ERoutineKind getRoutineKind()
public SourceAnchor getDeclarationAnchor()
public List<TableAccess> getTableAccesses()
public void addTableAccess(TableAccess access)