Package com.tonic.analysis.execution.resolve
Resolution of classes, methods and fields for the interpreter.
-
Class Summary Class Description ClassResolver Resolver of classes, methods, and fields against a class pool and its hierarchy, with memoized lookups.ResolutionCache Concurrent memoization cache for class, method, field, and assignability lookups.ResolvedField A resolved field reference paired with the class that actually declares it.ResolvedMethod A resolved method reference paired with its declaring class and invoke kind. -
Enum Summary Enum Description ResolvedMethod.InvokeKind Dispatch style the resolved method should be invoked with. -
Exception Summary Exception Description ResolutionException Unchecked exception raised when a class, method, or field cannot be resolved.