Node
A single syntactic construct in the parsed source: a class, a method, a loop, an expression.
Call Graph
Deriving call relationships from the syntax tree, and how that differs from a bytecode call graph.
Visitor
The traversal pattern used to walk the syntax tree and collect findings.