Package

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

tokenization

Permalink

package tokenization

Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
  3. sealed trait Token extends AnyRef

    Permalink

Value Members

  1. object SchemaBasedTokenizer

    Permalink

    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