[][src]Module antlr_rust::token_factory

Structs

ArenaFactory

This is a wrapper for Token factory that allows to allocate tokens in separate arena. It can allow to significantly improve performance by passing Tokens by references everywhere.

CommonTokenFactory
CommonTokenFactoryDEFAULT
INVALID_COMMON
INVALID_OWNING
OwningTokenFactory

Traits

TokenAware
TokenFactory

Trait for creating tokens

Type Definitions

ArenaCommonFactory
ArenaOwningFactory