Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MatchItem

Class that aids in proccessing of IMatchType instances.

Hierarchy

  • MatchItem

Implements

Index

Constructors

constructor

Properties

kind

kind: matchKind

Current Kind

value

value: string

Current value

Methods

clone

isEmpty

  • isEmpty(): boolean
  • Gets if the current instance value is empty.

    Returns boolean

    true if value for the current instance is empty string; Otherwise, false.

    If value is whitespace and not empty false will be returned. Use isWhiteSpace to test for whitespace.

isWhiteSpace

  • isWhiteSpace(): boolean
  • Gets if the current instance value is empty or white space only.

    Returns boolean

    true if value for the current instance is empty string or whitespace; Otherwise, false

toMatchType

Static FromMatchItemWsItm

Generated using TypeDoc