Monero
Loading...
Searching...
No Matches
ast.py File Reference

Classes

class  cpp.ast._NullDict
class  cpp.ast.Node
class  cpp.ast.Define
class  cpp.ast.Include
class  cpp.ast.Goto
class  cpp.ast.Expr
class  cpp.ast.Return
class  cpp.ast.Delete
class  cpp.ast.Friend
class  cpp.ast.Using
class  cpp.ast.Parameter
class  cpp.ast._GenericDeclaration
class  cpp.ast.VariableDeclaration
class  cpp.ast.Typedef
class  cpp.ast._NestedType
class  cpp.ast.Union
class  cpp.ast.Enum
class  cpp.ast.Class
class  cpp.ast.Struct
class  cpp.ast.Function
class  cpp.ast.Method
class  cpp.ast.Type
class  cpp.ast.TypeConverter
class  cpp.ast.AstBuilder

Namespaces

namespace  cpp
namespace  cpp.ast

Functions

 cpp.ast.reversed (seq)
 cpp.ast.next (obj)
 cpp.ast.BuilderFromSource (source, filename)
 cpp.ast.PrintIndentifiers (filename, should_print)
 cpp.ast.PrintAllIndentifiers (filenames, should_print)
 cpp.ast.main (argv)

Variables

str cpp.ast.__author__ = 'nnorwitz@google.com (Neal Norwitz)'
 cpp.ast.VISIBILITY_PUBLIC
 cpp.ast.VISIBILITY_PROTECTED
 cpp.ast.VISIBILITY_PRIVATE
int cpp.ast.FUNCTION_NONE = 0x00
int cpp.ast.FUNCTION_CONST = 0x01
int cpp.ast.FUNCTION_VIRTUAL = 0x02
int cpp.ast.FUNCTION_PURE_VIRTUAL = 0x04
int cpp.ast.FUNCTION_CTOR = 0x08
int cpp.ast.FUNCTION_DTOR = 0x10
int cpp.ast.FUNCTION_ATTRIBUTE = 0x20
int cpp.ast.FUNCTION_UNKNOWN_ANNOTATION = 0x40
int cpp.ast.FUNCTION_THROW = 0x80
int cpp.ast.FUNCTION_OVERRIDE = 0x100
str cpp.ast._INTERNAL_TOKEN = 'internal'
str cpp.ast._NAMESPACE_POP = 'ns-pop'