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

Class: CodeGen_PECL_Tools_ProtoParser_yyStackEntry

Source Location: /CodeGen_PECL-1.1.3/PECL/Tools/ProtoParser.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 87]
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 90]

  • Access: public

Type:   mixed


[ Top ]

$minor =

[line 92]

  • Access: public

Type:   mixed


[ Top ]

$stateno =

[line 89]

  • Access: public

Type:   mixed


[ Top ]



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