Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrKeywordRedefined = errors.New("keyword redefined") ErrDuplicateKeyword = errors.New("duplicate keyword") )
View Source
var IDName = map[ID]string{ MatchPrefix: "match", Prefix: "prefix", Profile: "profile", Locale: "locale", Config: "config", Sort: "sort", Delete: "delete", Clear: "clear", Fill: "fill", Place: "place", Move: "move", Insert: "insert", Append: "append", Before: "before", After: "after", With: "with", First: "first", Last: "last", }
View Source
var TypeName = map[Type]string{ CommandType: "Command", PrepositionType: "Preposition", ColumnNameType: "Column Name", }
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
func (*Set) FindCommand ¶
func (*Set) FindPreposition ¶
func (*Set) IsPreposition ¶
Click to show internal directories.
Click to hide internal directories.