Documentation
¶
Overview ¶
Code generated by goyacc -l -o parser.go -v /dev/null parser.y. DO NOT EDIT.
Index ¶
Constants ¶
View Source
const STRING = 57346
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Path ¶
type Path interface {
Delete(interface{})
DeleteIfMatch(interface{}, interface{})
Get(interface{}) []interface{}
MustGetObject(interface{}) map[string]interface{}
MustGetSlice(interface{}) []interface{}
MustGetString(interface{}) string
MustGetStrings(interface{}) []string
Set(interface{}, interface{})
}
func MustCompile ¶
Click to show internal directories.
Click to hide internal directories.