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

Struct BooleanExpression

ast/ast.go:77–79  ·  view source on GitHub ↗

BooleanExpression - TokenType of Expression that represent single boolean value Example: TRUE

Source from the content-addressed store, hash-verified

75// Example:
76// TRUE
77type BooleanExpression struct {
78 Boolean token.Token // example: token.TRUE
79}
80
81func (ls BooleanExpression) GetIdentifiers() []Identifier {
82 var identifiers []Identifier

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected