Home Manual Reference Source Test Repository
public class | source

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.

Method Summary

Public Methods
public

Loads all member methods including from child classes that are not constructor or onConfigure.

Public Methods

public onLoadSyntax(ev: object) source

Loads all member methods including from child classes that are not constructor or onConfigure.

Params:

NameTypeAttributeDescription
ev object

escomplex plugin event data.