Uses of Record Class
org.ek9lang.compiler.phase7.calls.CallDetailsBuilder.CallDetailsResult
Packages that use CallDetailsBuilder.CallDetailsResult
-
Uses of CallDetailsBuilder.CallDetailsResult in org.ek9lang.compiler.phase7.calls
Classes in org.ek9lang.compiler.phase7.calls that implement interfaces with type arguments of type CallDetailsBuilder.CallDetailsResultModifier and TypeClassDescriptionfinal class
Composable builder for creating CallDetails with cost-based method resolution and promotion support.Methods in org.ek9lang.compiler.phase7.calls that return CallDetailsBuilder.CallDetailsResult -
Uses of CallDetailsBuilder.CallDetailsResult in org.ek9lang.compiler.phase7.generation
Methods in org.ek9lang.compiler.phase7.generation with parameters of type CallDetailsBuilder.CallDetailsResultModifier and TypeMethodDescriptionIRInstructionBuilder.createFunctionCall
(String targetVariable, CallDetailsBuilder.CallDetailsResult callDetailsResult) Create a function call with automatic void/non-void handling.