Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ElseIfStatement<SubjectType, BodyStatementsT>

Should not be used directly, instead use If or SIf

Type parameters

  • SubjectType

  • BodyStatementsT

Hierarchy

  • ElseIfStatement

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

elseExprs

elseExprs: BodyStatementsT[]

elseSubject

elseSubject: SubjectType

parentStatement

parentStatement: IfStatementLike<SubjectType, BodyStatementsT>

type

type: "elseIfStatement" = ELSE_IF_STATEMENT

Methods

Else

  • Else(exprs: BodyStatementsT[]): IfElseBlock<SubjectType, BodyStatementsT>

ElseIf

  • ElseIf(expr: SubjectType, body: BodyStatementsT[]): ElseIfStatement<SubjectType, BodyStatementsT>

Generated using TypeDoc