CatapultServer  v0.5.0.1 (Elephant)
Parser Namespace Reference

Classes

class  Mode
 
class  NamespaceInfo
 
class  NamespacesParser
 
class  NextTokenBehavior
 
class  TemplateError
 

Functions

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

Variables

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

Function Documentation

◆ debug()

def Parser.debug ( args)
Here is the caller graph for this function:

◆ has()

def Parser.has (   tokenName,
  stack 
)
Here is the caller graph for this function:

◆ info()

def Parser.info ( args)
Here is the caller graph for this function:

◆ trace_print()

def Parser.trace_print ( args)
Here is the caller graph for this function:

Variable Documentation

◆ ANON_NS_FAKENAME

string Parser.ANON_NS_FAKENAME = '<anon>'

◆ DEST_DIR

string Parser.DEST_DIR = '.'

◆ PRINT_DEBUG

int Parser.PRINT_DEBUG = 0

◆ PRINT_INFO

int Parser.PRINT_INFO = 0

◆ PRINT_TRACE

int Parser.PRINT_TRACE = 0

◆ TEXT_OUTPUT

bool Parser.TEXT_OUTPUT = False