com.eharmony.aloha.semantics.compiled.plugin.schemabased

tokenization

package tokenization

Visibility
  1. Public
  2. All

Type Members

  1. case class Field(name: String) extends Token with Product with Serializable

  2. case class Index(index: Int) extends Token with Product with Serializable

  3. sealed trait Token extends AnyRef

Value Members

  1. object SchemaBasedTokenizer

    This tokenizer extracts sequences of Field and Index tokens which are then used in conjunction with the reflection APIs in the Protocol Buffers library to synthesize code for high-performance, type-safe accessor functions.

Ungrouped