proxygen
|
Public Member Functions | |
def | __init__ (self, start, end, name, definition) |
def | __str__ (self) |
def | __init__ (self, start, end, name, definition) |
def | __str__ (self) |
def | __init__ (self, start, end, name, definition) |
def | __str__ (self) |
Public Member Functions inherited from cpp.ast.Node | |
def | __init__ (self, start, end) |
def | IsDeclaration (self) |
def | IsDefinition (self) |
def | IsExportable (self) |
def | Requires (self, node) |
def | XXX__str__ (self) |
def | __repr__ (self) |
def | __init__ (self, start, end) |
def | IsDeclaration (self) |
def | IsDefinition (self) |
def | IsExportable (self) |
def | Requires (self, node) |
def | XXX__str__ (self) |
def | __repr__ (self) |
def | __init__ (self, start, end) |
def | IsDeclaration (self) |
def | IsDefinition (self) |
def | IsExportable (self) |
def | Requires (self, node) |
def | XXX__str__ (self) |
def | __repr__ (self) |
Public Attributes | |
name | |
definition | |
Public Attributes inherited from cpp.ast.Node | |
start | |
end | |
def cpp.ast.Define.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
definition | |||
) |
def cpp.ast.Define.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
definition | |||
) |
Definition at line 145 of file ast.py.
References cpp.ast.Define.__init__(), cpp.ast.Define.definition, message.name, cpp.ast.Define.name, name, and url_test.name.
def cpp.ast.Define.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
definition | |||
) |
Definition at line 145 of file ast.py.
References cpp.ast.Define.__init__(), cpp.ast.Define.definition, message.name, cpp.ast.Define.name, name, and url_test.name.
def cpp.ast.Define.__str__ | ( | self | ) |
Definition at line 150 of file ast.py.
References cpp.ast.Node._StringHelper(), cpp.ast.Define.definition, message.name, cpp.ast.Define.name, name, and url_test.name.
Referenced by cpp.ast.Define.__str__().
def cpp.ast.Define.__str__ | ( | self | ) |
Definition at line 150 of file ast.py.
References cpp.ast.Define.__str__(), cpp.ast.Node._StringHelper(), cpp.ast.Define.definition, message.name, cpp.ast.Define.name, name, and url_test.name.
def cpp.ast.Define.__str__ | ( | self | ) |
Definition at line 150 of file ast.py.
References cpp.ast.Define.__str__(), cpp.ast.Node._StringHelper(), cpp.ast.Define.definition, message.name, cpp.ast.Define.name, name, and url_test.name.
cpp.ast.Define.definition |
Definition at line 148 of file ast.py.
Referenced by cpp.ast.Define.__init__(), and cpp.ast.Define.__str__().
cpp.ast.Define.name |
Definition at line 147 of file ast.py.
Referenced by cpp.tokenize.Token.__init__(), cpp.ast.Define.__init__(), cpp.ast.Parameter.__init__(), cpp.ast._GenericDeclaration.__init__(), cpp.ast.Type.__init__(), cpp.tokenize.Token.__str__(), cpp.ast.Define.__str__(), cpp.ast.Parameter.__str__(), cpp.ast.Typedef.__str__(), cpp.ast._NestedType.__str__(), cpp.ast.Class.__str__(), cpp.ast.Function.__str__(), cpp.ast.Type.__str__(), cpp.ast._GenericDeclaration.FullName(), and cpp.ast.VariableDeclaration.ToString().