Uses of Record Class
org.ek9lang.compiler.phase5.callgraph.CallableInfo
Packages that use CallableInfo
Package
Description
Call graph infrastructure for EK9 compiler static analysis.
-
Uses of CallableInfo in org.ek9lang.compiler.phase5.callgraph
Methods in org.ek9lang.compiler.phase5.callgraph that return CallableInfoMethods in org.ek9lang.compiler.phase5.callgraph that return types with arguments of type CallableInfoModifier and TypeMethodDescriptionCallGraph.getCallableInfo(String name) Get metadata for a callable.Methods in org.ek9lang.compiler.phase5.callgraph with parameters of type CallableInfoModifier and TypeMethodDescriptionCallableErrorListenerLookup.getErrorListener(CallableInfo callableInfo) Get the ErrorListener for a callable based on its source file.voidCallGraph.registerCallable(CallableInfo info) Register a callable entity (function, method, program, etc.).Method parameters in org.ek9lang.compiler.phase5.callgraph with type arguments of type CallableInfoModifier and TypeMethodDescriptionvoidEmptyTestDetector.detect(Consumer<CallableInfo> consumer) Alternative API for just detection without error emission.voidOrphanAssertionDetector.detect(Consumer<CallableInfo> consumer) Alternative API for just detection without error emission.voidProductionAssertionDetector.detect(Consumer<CallableInfo> consumer) Alternative API for just detection without error emission.