jmespath.cpp
C++ implementation of JMESPath, a query language for JSON http://jmespath.org
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
src
ast
allnodes.h
Go to the documentation of this file.
1
/****************************************************************************
2
**
3
** Author: Róbert Márki <gsmiko@gmail.com>
4
** Copyright (c) 2016 Róbert Márki
5
**
6
** This file is part of the jmespath.cpp project which is distributed under
7
** the MIT License (MIT).
8
**
9
** Permission is hereby granted, free of charge, to any person obtaining a copy
10
** of this software and associated documentation files (the "Software"), to
11
** deal in the Software without restriction, including without limitation the
12
** rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
13
** sell copies of the Software, and to permit persons to whom the Software is
14
** furnished to do so, subject to the following conditions:
15
**
16
** The above copyright notice and this permission notice shall be included in
17
** all copies or substantial portions of the Software.
18
**
19
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
** AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
** LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
24
** FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25
** DEALINGS IN THE SOFTWARE.
26
**
27
****************************************************************************/
28
#ifndef ALLNODES_H
29
#define ALLNODES_H
30
#include "
src/ast/abstractnode.h
"
31
#include "
src/ast/expressionnode.h
"
32
#include "
src/ast/identifiernode.h
"
33
#include "
src/ast/rawstringnode.h
"
34
#include "
src/ast/literalnode.h
"
35
#include "
src/ast/subexpressionnode.h
"
36
#include "
src/ast/indexexpressionnode.h
"
37
#include "
src/ast/arrayitemnode.h
"
38
#include "
src/ast/variantnode.h
"
39
#include "
src/ast/binaryexpressionnode.h
"
40
#include "
src/ast/flattenoperatornode.h
"
41
#include "
src/ast/bracketspecifiernode.h
"
42
#include "
src/ast/sliceexpressionnode.h
"
43
#include "
src/ast/listwildcardnode.h
"
44
#include "
src/ast/hashwildcardnode.h
"
45
#include "
src/ast/multiselectlistnode.h
"
46
#include "
src/ast/multiselecthashnode.h
"
47
#include "
src/ast/notexpressionnode.h
"
48
#include "
src/ast/comparatorexpressionnode.h
"
49
#include "
src/ast/orexpressionnode.h
"
50
#include "
src/ast/andexpressionnode.h
"
51
#include "
src/ast/parenexpressionnode.h
"
52
#include "
src/ast/pipeexpressionnode.h
"
53
#include "
src/ast/currentnode.h
"
54
#include "
src/ast/filterexpressionnode.h
"
55
#include "
src/ast/functionexpressionnode.h
"
56
#include "
src/ast/expressionargumentnode.h
"
57
#endif // ALLNODES_H
subexpressionnode.h
literalnode.h
binaryexpressionnode.h
multiselectlistnode.h
indexexpressionnode.h
rawstringnode.h
flattenoperatornode.h
bracketspecifiernode.h
expressionnode.h
abstractnode.h
hashwildcardnode.h
functionexpressionnode.h
variantnode.h
arrayitemnode.h
identifiernode.h
sliceexpressionnode.h
filterexpressionnode.h
orexpressionnode.h
notexpressionnode.h
multiselecthashnode.h
currentnode.h
parenexpressionnode.h
pipeexpressionnode.h
comparatorexpressionnode.h
listwildcardnode.h
andexpressionnode.h
expressionargumentnode.h
Generated by
1.8.6