CatapultServer  v0.5.0.1 (Elephant)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Parser.py File Reference

Classes

class  Parser.Mode
 
class  Parser.NextTokenBehavior
 
class  Parser.TemplateError
 
class  Parser.NamespaceInfo
 
class  Parser.NamespacesParser
 

Namespaces

 Parser
 

Functions

def Parser.info (*args)
 
def Parser.debug (*args)
 
def Parser.trace_print (*args)
 
def Parser.has (tokenName, stack)
 

Variables

int Parser.PRINT_INFO = 0
 
int Parser.PRINT_DEBUG = 0
 
int Parser.PRINT_TRACE = 0
 
string Parser.ANON_NS_FAKENAME = '<anon>'
 
bool Parser.TEXT_OUTPUT = False
 
string Parser.DEST_DIR = '.'