Uses of Record Class
org.ek9lang.compiler.phase5.callgraph.CallEdge
Packages that use CallEdge
Package
Description
Call graph infrastructure for EK9 compiler static analysis.
-
Uses of CallEdge in org.ek9lang.compiler.phase5.callgraph
Methods in org.ek9lang.compiler.phase5.callgraph that return CallEdgeModifier and TypeMethodDescriptionstatic CallEdgeCreate a direct (non-polymorphic) call edge.static CallEdgeCallEdge.polymorphic(String caller, String callee, IToken token, CallType type) Create a polymorphic call edge (dispatcher or trait method).Methods in org.ek9lang.compiler.phase5.callgraph that return types with arguments of type CallEdgeModifier and TypeMethodDescriptionCallGraph.getOutgoingCalls(String caller) Get all outgoing call edges from a callable.Methods in org.ek9lang.compiler.phase5.callgraph with parameters of type CallEdge