Цей веб-сайт працює краще з JavaScript.
Головна
Огляд
Довідка
Реєстрація
Увійти
muadzmi02
/
sipadu_mbip
форк від
SwissLink/sipadu_mbip
Слідкувати
1
В обрані
0
Форк
0
Код
Проблеми
0
Запити на злиття
0
Релізи
0
Вікі
Активність
Dashboard sipadu mbip
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
134
Коміти
1
Гілка
Дерево:
93d35d157b
master
Гілки
Теги
${ item.name }
Створити гілку
${ searchTerm }
з '93d35d157b'
${ noResults }
sipadu_mbip
/
vendor
/
nikic
/
php-parser
/
doc
Історія
root
d8c1b4a1be
initial
5 роки тому
..
component
initial
5 роки тому
0_Introduction.markdown
initial
5 роки тому
2_Usage_of_basic_components.markdown
initial
5 роки тому
README.md
initial
5 роки тому
README.md
Table of Contents
Guide
Introduction
Usage of basic components
Component documentation
Walking the AST
Node visitors
Modifying the AST from a visitor
Short-circuiting traversals
Interleaved visitors
Simple node finding API
Parent and sibling references
Name resolution
Name resolver options
Name resolution context
Pretty printing
Converting AST back to PHP code
Customizing formatting
Formatting-preserving code transformations
AST builders
Fluent builders for AST nodes
Lexer
Lexer options
Token and file positions for nodes
Custom attributes
Error handling
Column information for errors
Error recovery (parsing of syntactically incorrect code)
Constant expression evaluation
Evaluating constant/property/etc initializers
Handling errors and unsupported expressions
JSON representation
JSON encoding and decoding of ASTs
Performance
Disabling XDebug
Reusing objects
Garbage collection impact
Frequently asked questions
Parent and sibling references