Index

Constructor methods

Properties

Methods

Constructor methods

constructor(): RulesMap

Returns

RulesMap

Properties

public map: RulesBucket[]

public mapRowLength: number

Methods

private FillRule(rule: any, rulesBucketConstructionStateList: any): any

Parameters

  • rule: any
  • rulesBucketConstructionStateList: any

Returns

any

public FillRules(rules: Rule[], rulesBucketConstructionStateList: RulesBucketConstructionState[])

Parameters

public GetRule(context: FormattingContext): Rule

Parameters

Returns

Rule

private GetRuleBucketIndex(row: any, column: any): any

Parameters

  • row: any
  • column: any

Returns

any

public Initialize(rules: Rule[]): RulesBucket[]

Parameters

Returns

RulesBucket[]

public static create(rules: Rule[]): RulesMap

Parameters

Returns

RulesMap