Skip to main content

AbstractSyntaxLoader

Provides the base implementation for all syntax loader plugins which automatically associates member methods to syntax definitions invoking the method with escomplex settings and assigning the result to the same name as the method.

Index

Constructors

Methods

Constructors

constructor

  • new AbstractSyntaxLoader(): default

Methods

onLoadSyntax

  • onLoadSyntax(ev: default): void
  • Loads all member methods including from child classes that do not start with a lowercase letter.


    Parameters

    • ev: default

      Escomplex plugin event data.

    Returns void