Class: IParser

GoBrain.Pdk.Interfaces. IParser

abstractnew GoBrain.Pdk.Interfaces.IParser()

GoBrain.Pdk/src/interfaces/iparser.js, line 1

This interface declares the minimum functionality a parser used by the framework is expected to have.

This interface declares the minimum functionality a parser used by the framework is expected to have.

Methods

abstractparse(){*}

GoBrain.Pdk/src/interfaces/iparser.js, line 11

Parse function.

Parse function.

Returns:
Type Description
*