Skip to main content

SpELProcessedExpression

Defined in: packages/core/src/utils/parseSpEL/types.ts:96

Extended by

Properties

children

children: SpELProcessedExpression[]

Defined in: packages/core/src/utils/parseSpEL/types.ts:98


endPosition

endPosition: number

Defined in: packages/core/src/utils/parseSpEL/types.ts:101


identifier

identifier: string | null

Defined in: packages/core/src/utils/parseSpEL/types.ts:102


methodName?

optional methodName?: string

Defined in: packages/core/src/utils/parseSpEL/types.ts:104

Method/function name, present when type is "method".


startPosition

startPosition: number

Defined in: packages/core/src/utils/parseSpEL/types.ts:100


target?

optional target?: SpELProcessedExpression | null

Defined in: packages/core/src/utils/parseSpEL/types.ts:109

The receiver of an instance method call (e.g. name in name.toUpperCase()), or null for static (T(...)) and bare function calls.


type

type: SpELNodeType

Defined in: packages/core/src/utils/parseSpEL/types.ts:97


typeRef?

optional typeRef?: string | null

Defined in: packages/core/src/utils/parseSpEL/types.ts:111

Dotted type name of a T(...) static call target, e.g. "java.lang.Math".


value

value: string | number | boolean | null

Defined in: packages/core/src/utils/parseSpEL/types.ts:99


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.