Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExpressionReader

The reader does a first pass at construction time to decide if the expression is of the correct syntactic form to be a block expression. Checking isBlockExpression after construction lets the caller decide if she wants to go on to convert to a block object by calling getResult(localBlocks).

Hierarchy

  • ExpressionReader

Index

Constructors

constructor

Properties

block

block: string | undefined

Private callExpression

callExpression: CallExpression | undefined

class

class: string | undefined

err

err: null | string = null

isBlockExpression

isBlockExpression: boolean

isDynamic

isDynamic: boolean

loc

Private pathExpression

pathExpression: PathExpression

stateName

stateName: string | undefined

stateValue

stateValue: string | undefined

Methods

getResult

toString

  • toString(): string

Generated using TypeDoc