Class: OrExpression
OR Expression implementation
Extends
LogicalExpression
<"OR"
>
Constructors
new OrExpression(children)
new OrExpression(
children
):OrExpression
Parameters
• children: Expression
<string
>[]
Expressions to use for OR
Returns
Overrides
Source
packages/core/src/stores/webdaql/query.ts:550
Properties
children
children:
Expression
<string
>[] =[]
Contains the members of the logical expression
Inherited from
Source
packages/core/src/stores/webdaql/query.ts:497
operator
operator:
"OR"
Inherited from
Source
packages/core/src/stores/webdaql/query.ts:318
Methods
eval()
eval(
target
):boolean
Parameters
• target: any
Returns
boolean
Overrides
Source
packages/core/src/stores/webdaql/query.ts:557
toString()
toString(
depth
):string
Parameters
• depth: number
= 0
Returns
string