function ParserAbstract::parse
Same name in this branch
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/ParserAbstract.php \PhpParser\ParserAbstract::parse()
Parses the source
@abstract
Return value
Node\Node
1 call to ParserAbstract::parse()
- ParserAbstract::tokenize in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ ParserAbstract.php - Returns parsed tokens from the source code
1 method overrides ParserAbstract::parse()
- Parser::parse in vendor/
mck89/ peast/ lib/ Peast/ Syntax/ Parser.php - Parses the source
File
-
vendor/
mck89/ peast/ lib/ Peast/ Syntax/ ParserAbstract.php, line 130
Class
- ParserAbstract
- Base class for parsers.
Namespace
Peast\SyntaxCode
public abstract function parse();