Public Member Functions | |
def | __init__ (self, start, end) |
def | __init__ (self, start, end) |
def | __init__ (self, start, end) |
def | __repr__ (self) |
def | __repr__ (self) |
def | __repr__ (self) |
def | IsDeclaration (self) |
def | IsDeclaration (self) |
def | IsDeclaration (self) |
def | IsDefinition (self) |
def | IsDefinition (self) |
def | IsDefinition (self) |
def | IsExportable (self) |
def | IsExportable (self) |
def | IsExportable (self) |
def | Requires (self, node) |
def | Requires (self, node) |
def | Requires (self, node) |
def | XXX__str__ (self) |
def | XXX__str__ (self) |
def | XXX__str__ (self) |
Public Attributes | |
end | |
start | |
Private Member Functions | |
def | _StringHelper (self, name, suffix) |
def | _StringHelper (self, name, suffix) |
def | _StringHelper (self, name, suffix) |
Base AST node.
Definition at line 109 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.__init__ | ( | self, | |
start, | |||
end | |||
) |
Definition at line 112 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.__init__ | ( | self, | |
start, | |||
end | |||
) |
Definition at line 112 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.__init__ | ( | self, | |
start, | |||
end | |||
) |
Definition at line 112 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.__repr__ | ( | self | ) |
Definition at line 140 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.__repr__ | ( | self | ) |
Definition at line 140 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.__repr__ | ( | self | ) |
Definition at line 140 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
|
private |
Definition at line 135 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
|
private |
Definition at line 135 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
|
private |
Definition at line 135 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.IsDeclaration | ( | self | ) |
Returns bool if this node is a declaration.
Reimplemented in cpp.ast.Type, cpp.ast.Type, cpp.ast.Type, cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, and cpp.ast.Class.
Definition at line 116 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.IsDeclaration | ( | self | ) |
Returns bool if this node is a declaration.
Reimplemented in cpp.ast.Type, cpp.ast.Type, cpp.ast.Type, cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, and cpp.ast.Class.
Definition at line 116 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.IsDeclaration | ( | self | ) |
Returns bool if this node is a declaration.
Reimplemented in cpp.ast.Type, cpp.ast.Type, cpp.ast.Type, cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, and cpp.ast.Class.
Definition at line 116 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.IsDefinition | ( | self | ) |
Returns bool if this node is a definition.
Reimplemented in cpp.ast.Type, cpp.ast.Type, cpp.ast.Type, cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, cpp.ast.Class, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast.Typedef, cpp.ast.Typedef, and cpp.ast.Typedef.
Definition at line 120 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.IsDefinition | ( | self | ) |
Returns bool if this node is a definition.
Reimplemented in cpp.ast.Type, cpp.ast.Type, cpp.ast.Type, cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, cpp.ast.Class, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast.Typedef, cpp.ast.Typedef, and cpp.ast.Typedef.
Definition at line 120 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.IsDefinition | ( | self | ) |
Returns bool if this node is a definition.
Reimplemented in cpp.ast.Type, cpp.ast.Type, cpp.ast.Type, cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, cpp.ast.Class, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast.Typedef, cpp.ast.Typedef, and cpp.ast.Typedef.
Definition at line 120 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.IsExportable | ( | self | ) |
Returns bool if this node exportable from a header file.
Reimplemented in cpp.ast.Type, cpp.ast.Type, cpp.ast.Type, cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, cpp.ast.Class, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast.Typedef, cpp.ast.Typedef, and cpp.ast.Typedef.
Definition at line 124 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.IsExportable | ( | self | ) |
Returns bool if this node exportable from a header file.
Reimplemented in cpp.ast.Type, cpp.ast.Type, cpp.ast.Type, cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, cpp.ast.Class, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast.Typedef, cpp.ast.Typedef, and cpp.ast.Typedef.
Definition at line 124 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.IsExportable | ( | self | ) |
Returns bool if this node exportable from a header file.
Reimplemented in cpp.ast.Type, cpp.ast.Type, cpp.ast.Type, cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, cpp.ast.Class, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast._NestedType, cpp.ast.Typedef, cpp.ast.Typedef, and cpp.ast.Typedef.
Definition at line 124 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented in cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, cpp.ast.Class, cpp.ast.Typedef, cpp.ast.Typedef, cpp.ast.Typedef, cpp.ast.VariableDeclaration, cpp.ast.VariableDeclaration, cpp.ast.VariableDeclaration, cpp.ast.Parameter, cpp.ast.Parameter, cpp.ast.Parameter, cpp.ast.Expr, cpp.ast.Expr, and cpp.ast.Expr.
Definition at line 128 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented in cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, cpp.ast.Class, cpp.ast.Typedef, cpp.ast.Typedef, cpp.ast.Typedef, cpp.ast.VariableDeclaration, cpp.ast.VariableDeclaration, cpp.ast.VariableDeclaration, cpp.ast.Parameter, cpp.ast.Parameter, cpp.ast.Parameter, cpp.ast.Expr, cpp.ast.Expr, and cpp.ast.Expr.
Definition at line 128 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.Requires | ( | self, | |
node | |||
) |
Does this AST node require the definition of the node passed in?
Reimplemented in cpp.ast.Function, cpp.ast.Function, cpp.ast.Function, cpp.ast.Class, cpp.ast.Class, cpp.ast.Class, cpp.ast.Typedef, cpp.ast.Typedef, cpp.ast.Typedef, cpp.ast.VariableDeclaration, cpp.ast.VariableDeclaration, cpp.ast.VariableDeclaration, cpp.ast.Parameter, cpp.ast.Parameter, cpp.ast.Parameter, cpp.ast.Expr, cpp.ast.Expr, and cpp.ast.Expr.
Definition at line 128 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.XXX__str__ | ( | self | ) |
Definition at line 132 of file protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.XXX__str__ | ( | self | ) |
Definition at line 132 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
def cpp.ast.Node.XXX__str__ | ( | self | ) |
Definition at line 132 of file bloaty/third_party/protobuf/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
cpp.ast.Node.end |
Definition at line 114 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.
cpp.ast.Node.start |
Definition at line 113 of file bloaty/third_party/googletest/googlemock/scripts/generator/cpp/ast.py.