PHP_LexerGenerator
[
class tree: PHP_LexerGenerator
] [
index: PHP_LexerGenerator
] [
all elements
]
Packages:
PHP_LexerGenerator
Classes:
PHP_LexerGenerator
PHP_LexerGenerator_Exception
PHP_LexerGenerator_Lexer
PHP_LexerGenerator_Parser
Files:
cli.php
Exception.php
Lexer.php
Lexer.php
LexerGenerator.php
Parser.php
Parser.php
TestLexer.php
File: Parser.php
Source Location: /PHP_LexerGenerator-0.2.2/LexerGenerator/Parser.php
Classes:
PHP_LexerGenerator_ParseryyToken
This can be used to store both the string representation of a token, and any useful meta-data associated with the token.
PHP_LexerGenerator_ParseryyStackEntry
The following structure represents a single element of the parser's stack. Information stored includes:
PHP_LexerGenerator_Parser
Token parser for plex files.
Page Details:
Filesource:
Source Code for this file
Includes:
require_once('PHP/LexerGenerator/Regex/Lexer.php') [line
149
]
For regular expression validation
require_once('PHP/LexerGenerator/Regex/Parser.php') [line
150
]
require_once('PHP/LexerGenerator/Exception.php') [line
151
]
Documentation generated on Mon, 11 Mar 2019 14:43:44 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.