routier-collection / core/src / EmptyExpression
Class: EmptyExpression
Defined in: core/src/expressions/types.ts:43
The base class for all expression types.
Extends
Constructors
Constructor
new EmptyExpression(
left?,right?):EmptyExpression
Defined in: core/src/expressions/types.ts:21
Parameters
left?
right?
Returns
EmptyExpression
Inherited from
Properties
left?
optionalleft:Expression
Defined in: core/src/expressions/types.ts:17
The left-hand side of the expression (if applicable).
Inherited from
right?
optionalright:Expression
Defined in: core/src/expressions/types.ts:19
The right-hand side of the expression (if applicable).
Inherited from
type
readonlytype:"empty"
Defined in: core/src/expressions/types.ts:44
The type of the expression.
Overrides
Accessors
EMPTY
Get Signature
get
staticEMPTY():EmptyExpression
Defined in: core/src/expressions/types.ts:26
Returns
EmptyExpression
Inherited from
NOT_PARSABLE
Get Signature
get
staticNOT_PARSABLE():NotParsableExpression
Defined in: core/src/expressions/types.ts:30
Returns
Inherited from
Methods
isEmpty()
staticisEmpty(expression):boolean
Defined in: core/src/expressions/types.ts:34
Parameters
expression
Returns
boolean
Inherited from
isNotParsable()
staticisNotParsable(expression):boolean
Defined in: core/src/expressions/types.ts:38
Parameters
expression
Returns
boolean