proxygen
ast.py File Reference

Go to the source code of this file.

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

 cpp.ast
 

Functions

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