Sirikata
Functions | Variables
liboh/plugins/js/emerson/EmersonUtil.cpp File Reference
#include "EmersonUtil.h"
#include "Util.h"
#include "EmersonException.h"
#include <antlr3.h>
#include <iostream>
#include <fstream>
#include <string>
#include "EmersonLexer.h"
#include "EmersonParser.h"
#include "EmersonTree.h"
#include "EmersonInfo.h"
Include dependency graph for EmersonUtil.cpp:

Functions

void myRecoverFromMismatchedSet (struct ANTLR3_BASE_RECOGNIZER_struct *_recognizer, pANTLR3_BITSET_LIST _follow)
void * myRecoverFromMismatchedToken (struct ANTLR3_BASE_RECOGNIZER_struct *_recognizer, ANTLR3_UINT32 _ttype, pANTLR3_BITSET_LIST _follow)
pANTLR3_STRING emerson_printAST (pANTLR3_BASE_TREE tree)

Variables

pANTLR3_UINT8 EmersonParserTokenNames []
pEmersonTree _treeParser

Function Documentation

pANTLR3_STRING emerson_printAST ( pANTLR3_BASE_TREE  tree)
void myRecoverFromMismatchedSet ( struct ANTLR3_BASE_RECOGNIZER_struct *  _recognizer,
pANTLR3_BITSET_LIST  _follow 
)
void * myRecoverFromMismatchedToken ( struct ANTLR3_BASE_RECOGNIZER_struct *  _recognizer,
ANTLR3_UINT32  _ttype,
pANTLR3_BITSET_LIST  _follow 
)

Variable Documentation

pEmersonTree _treeParser
pANTLR3_UINT8 EmersonParserTokenNames[]

Referenced by emerson_printAST().