CatchClauseInfo Class

Namespace: Stimulsoft.Base

Represents information about a catch clause in a try-catch-finally statement.

Constructors

Constructor Description
constructor(Type | null catchType, string | null variableName, TokenState blockStart)  

constructor(catchType: Type | null, variableName: string | null, blockStart: TokenState)

Parameters

  • catchType (Type | null)
  • variableName (string | null)
  • blockStart (TokenState)

Fields

Field Type Description  
blockStart TokenState    
catchType Type null  
variableName string null