Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

AST_BasicRule

AST_BasicRule: ast.SimpleRule<ast.Bracket<AST_Neighbor>, ast.Command<string>>

AST_Neighbor

AST_Neighbor: ast.Neighbor<AST_Tile>

AST_Rule

AST_Rule: ast.Rule<ast.RuleGroup<ast.SimpleRule<ast.Bracket<AST_Neighbor>, ast.Command<string>>>, ast.SimpleRule<ast.Bracket<AST_Neighbor>, ast.Command<string>>, ast.Bracket<AST_Neighbor>, ast.Command<string>>

AST_Tile

AST_Tile: ast.TileWithModifier<RULE_DIRECTION_WITH_RELATIVE, string>

Variables

Const RULE_DIRECTION_LIST

RULE_DIRECTION_LIST: RULE_DIRECTION[] = [RULE_DIRECTION.UP,RULE_DIRECTION.DOWN,RULE_DIRECTION.LEFT,RULE_DIRECTION.RIGHT]

Const RULE_DIRECTION_SET

RULE_DIRECTION_SET: Set<string> = new Set(RULE_DIRECTION_LIST)

Functions

cacheSetAndGet

  • cacheSetAndGet<A>(cache: Map<string, A>, obj: A): A

relativeDirectionToAbsolute

removeNulls

  • removeNulls<T>(ary: Array<T | null>): T[]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc