TokenizeTags<O> constructor

const TokenizeTags<O>(
  1. Map<String, SemanticAction<O>> table
)

Implementation

const TokenizeTags(this.table);