apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: PHP_LexerGenerator_ParseryyStackEntry

Source Location: /PHP_ParserGenerator-0.1.7/examples/Parser.php

Class Overview


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


Variables


Inherited Variables

Inherited Methods


Class Details

[line 127]
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.



[ Top ]


Class Variables

$major =

[line 130]

  • Access: public

Type:   mixed


[ Top ]

$minor =

[line 132]

  • Access: public

Type:   mixed


[ Top ]

$stateno =

[line 129]

  • Access: public

Type:   mixed


[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:41:02 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.