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

Method GetToken

ast/ast.go:45–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43type Tifier interface {
44 IsIdentifier() bool
45 GetToken() token.Token
46}
47
48// TokenLiteral - Return first literal in sequence

Callers 15

TestParseDeleteCommandFunction · 0.65
TestParseDropCommandFunction · 0.65
tokenMapEqualsFunction · 0.65
parseUpdateCommandMethod · 0.65
EvaluateMethod · 0.65
updateTableMethod · 0.65
dropTableMethod · 0.65

Implementers 2

Identifierast/ast.go
Anonymitifierast/ast.go

Calls

no outgoing calls

Tested by 5

TestParseDeleteCommandFunction · 0.52
TestParseDropCommandFunction · 0.52
tokenMapEqualsFunction · 0.52