Toggle menu
Nitlanguage.org
Nitdoc
nitc
astutil
PTokenVisitor
_stack
private
var
_stack
:
Array
[
Prod
]
nitc
::
PTokenVisitor
::
_stack
Doc
Linearization
Summary
productions that need a fisrt token
productions that need a fisrt token
Summary
Property definitions
nitc::astutil$PTokenVisitor$_stack
Property definitions
nitc
$
PTokenVisitor
::
_stack
# productions that need a fisrt token
var
stack
=
new
Array
[
Prod
]
src/astutil.nit:209,2--210,28