GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
libraries
>
PARSE_CONTEXT
+
Point of view
All features
ANY
All features
deferred class PARSE_CONTEXT
Summary
top
Some context for the parser (at least the buffer being parsed and the reduce actions to perform)
Direct parents
Insert list:
ANY
Known children
Inherit list:
DESCENDING_PARSE_CONTEXT
,
PACKRAT_PARSE_CONTEXT
Class invariant
top
buffer
/= Void
actions
/= Void
Overview
top
Features
{
ANY
}
buffer
:
MINI_PARSER_BUFFER
actions
:
COLLECTION
[
PARSE_ACTION
]
buffer
:
MINI_PARSER_BUFFER
deferred function
{
ANY
}
top
actions
:
COLLECTION
[
PARSE_ACTION
]
deferred function
{
ANY
}
top