Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/script_nop/src/framework/condition_transpiler/ConditionTanspiler.ts>default

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Latest
class default
import { default } from "https://deno.land/x/script_nop@v2.5.1/src/framework/condition_transpiler/ConditionTanspiler.ts";

Constructors

new
default(ruleName: string)

Methods

transpile(
subCondition?: boolean,
conditionsIndexes?: MapEntry[],
): undefined | string

Static Methods

receiveFBEtoAttrNotification(
fbe: string,
attr: string,
value: any,
): void
receiveToConditionNotification(
conditionIndex: MapEntry,
attrNotifications: NOPNotifications,
conditionsNotifications: NOPNotifications,
)