kubernetes/vendor/github.com/antlr4-go/antlr/v4/common_token_factory.go

type TokenFactory

type CommonTokenFactory

func NewCommonTokenFactory(copyText bool) *CommonTokenFactory {}

var CommonTokenFactoryDEFAULT

func (c *CommonTokenFactory) Create(source *TokenSourceCharStreamPair, ttype int, text string, channel, start, stop, line, column int) Token {}

func (c *CommonTokenFactory) createThin(ttype int, text string) Token {}