phpDocumentor PHP_LexerGenerator
[ class tree: PHP_LexerGenerator ] [ index: PHP_LexerGenerator ] [ all elements ]

Class: PHP_LexerGenerator_ParseryyStackEntry

Source Location: /LexerGenerator/Parser.php

Class PHP_LexerGenerator_ParseryyStackEntry

Class Overview

The following structure represents a single element of the parser's stack. Information stored includes:

  • The state number for the parser at this level of the stack.
  • The value of the token stored at this level of the stack. (In other words, the "major" token.)
  • The semantic value stored at this level of the stack. This is the information used by the action routines in the grammar. It is sometimes called the "minor" token.

Located in /LexerGenerator/Parser.php [line 87]



		
		
		
		

Properties

[ Top ]
Property Summary
mixed   $major  
mixed   $minor  
mixed   $stateno  

[ Top ]
Properties
mixed   $major [line 90]
API Tags:
Access:  public


[ Top ]
mixed   $minor [line 92]
API Tags:
Access:  public


[ Top ]
mixed   $stateno [line 89]
API Tags:
Access:  public


[ Top ]

Documentation generated on Sun, 02 Jul 2006 08:51:40 -0400 by phpDocumentor 1.3.0