MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / Tifier

Interface Tifier

ast/ast.go:43–46  ·  view source on GitHub ↗

Tifier - Interface that represent Token with string value Methods: IsIdentifier - Check if Tifier is Identifier GetToken - return token within Tifier

Source from the content-addressed store, hash-verified

41// IsIdentifier - Check if Tifier is Identifier
42// GetToken - return token within Tifier
43type Tifier interface {
44 IsIdentifier() bool
45 GetToken() token.Token
46}
47
48// TokenLiteral - Return first literal in sequence
49func (p *Sequence) TokenLiteral() string {

Callers 11

GetIdentifiersMethod · 0.65
TestParseDeleteCommandFunction · 0.65
TestParseDropCommandFunction · 0.65
tokenMapEqualsFunction · 0.65
parseUpdateCommandMethod · 0.65
EvaluateMethod · 0.65

Implementers 2

Identifierast/ast.go
Anonymitifierast/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected