Uses of Class
org.ek9lang.compiler.phase7.calls.SynthesisedCallMetaData
Packages that use SynthesisedCallMetaData
Package
Description
K - Intermediate Representation Generation.
Synthetic operator and method generation for EK9.
-
Uses of SynthesisedCallMetaData in org.ek9lang.compiler.phase7
Fields in org.ek9lang.compiler.phase7 declared as SynthesisedCallMetaDataModifier and TypeFieldDescriptionprotected final SynthesisedCallMetaDataAbstractDfnGenerator.synthesisedCallMetaDataTHE shared source of call metadata for every synthesised call site - use this rather than constructing one per generator (fifteen of them had, before this was hoisted), and never hand-write aCallMetaDataDetailstuple.(package private) final SynthesisedCallMetaDataScenario2WrapperHelper.synthesisedCallMetaData -
Uses of SynthesisedCallMetaData in org.ek9lang.compiler.phase7.generator
Fields in org.ek9lang.compiler.phase7.generator declared as SynthesisedCallMetaDataModifier and TypeFieldDescriptionprotected final SynthesisedCallMetaDataAbstractGenerator.synthesisedCallMetaDataTHE shared source of call metadata for every synthesised call site - use this rather than constructing one per generator (fifteen of them had, before this was hoisted), and never hand-write aCallMetaDataDetailstuple. -
Uses of SynthesisedCallMetaData in org.ek9lang.compiler.phase7.synthesis
Fields in org.ek9lang.compiler.phase7.synthesis declared as SynthesisedCallMetaDataModifier and TypeFieldDescriptionprotected final SynthesisedCallMetaDataAbstractSyntheticGenerator.synthesisedCallMetaDataTHE shared source of call metadata for every synthesised call site - use this rather than constructing one per generator (fifteen of them had, before this was hoisted), and never hand-write aCallMetaDataDetailstuple.