class ASTLiteral(ASTExpression):
Known subclasses: sphinx.domains.cpp.ASTBooleanLiteral
, sphinx.domains.cpp.ASTCharLiteral
, sphinx.domains.cpp.ASTNumberLiteral
, sphinx.domains.cpp.ASTPointerLiteral
, sphinx.domains.cpp.ASTStringLiteral
, sphinx.domains.cpp.ASTUserDefinedLiteral
Undocumented
Inherited from ASTExpression
:
Method | describe_signature |
Undocumented |
Method | get_id |
Undocumented |
Inherited from ASTBaseBase
(via ASTExpression
, ASTBase
):
Method | __eq__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Method | _stringify |
Undocumented |
Method | clone |
Undocumented |
Method | get_display_string |
Undocumented |
Class Variable | __hash__ |
Undocumented |