CommonEnviromentParser.y File Reference

#include <stdio.h>
#include <ctype.h>

Include dependency graph for CommonEnviromentParser.y:

Go to the source code of this file.

Defines

#define YYDEBUG   1

Functions

statement< tstr > pusha ($< tstr >1,$< tstr >3)
int Java_Common_Enviroment_CommonEnviromentParser_lex ()
int Java_Common_Enviroment_CommonEnviromentParser_error (const char *s)

Variables

statement __pad0__
 This is the parser for CommonEnviroment files.
comment __pad1__
lvalue __pad2__
lvalue< tstr > FILE * Java_Common_Enviroment_CommonEnviromentParser_input


Define Documentation

#define YYDEBUG   1


Function Documentation

statement<tstr> pusha ( $< tstr >  1,
$< tstr >  3 
)

int Java_Common_Enviroment_CommonEnviromentParser_lex (  ) 

Definition at line 76 of file CommonEnviromentParser.y.

References ALPHA, EOL, EOS, EQUALS, Java_Common_Enviroment_CommonEnviromentParser_input, LBRACE, LEXERROR, NUM, POUND, RBRACE, YYSTYPE::tstr, YYSTYPE::val, and yylval.

int Java_Common_Enviroment_CommonEnviromentParser_error ( const char *  s  ) 

Definition at line 134 of file CommonEnviromentParser.y.


Variable Documentation

statement __pad0__

This is the parser for CommonEnviroment files.

Definition at line 39 of file CommonEnviromentParser.y.

comment __pad1__

Definition at line 51 of file CommonEnviromentParser.y.

lvalue __pad2__

Definition at line 61 of file CommonEnviromentParser.y.

lvalue<tstr> FILE* Java_Common_Enviroment_CommonEnviromentParser_input

Definition at line 61 of file CommonEnviromentParser.y.

Referenced by Java_Common_Enviroment_CommonEnviromentParser_lex().