Class Condition

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(op: string, l: any, r: any, i: any, negate: boolean): Condition

Parameters

  • op: string
  • l: any
  • r: any
  • i: any
  • negate: boolean

Returns

Condition

Properties

public index: any

public lvalue: any

public negate: boolean

public op: string

public rvalue: any

Methods

public eval(env: Options): boolean

Parameters

Returns

boolean