Langium - v4.0.0
    Preparing search index...

    Class AbstractAstReflectionAbstract

    An abstract implementation of the AstReflection interface. Serves to cache subtype computation results to improve performance throughout different parts of Langium.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    allSubtypes: Record<string, undefined | string[]> = {}
    subtypes: Record<string, Record<string, undefined | boolean>> = {}

    Methods