Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

PHPAnalysisCache
PHPBackend
PHP 8.x code generation backend for OxiLean.
PHPCacheEntry
PHPClass
PHP class declaration.
PHPConstantFoldingHelper
PHPDepGraph
PHPDominatorTree
PHPEnum
PHP 8.1 enum declaration.
PHPEnumCase
PHP 8.1 backed enum variant.
PHPExtCache
Analysis cache for PHPExt.
PHPExtConstFolder
Constant folding helper for PHPExt.
PHPExtDepGraph
Dependency graph for PHPExt.
PHPExtDomTree
Dominator tree for PHPExt.
PHPExtLiveness
Liveness analysis for PHPExt.
PHPExtPassConfig
Configuration for PHPExt passes.
PHPExtPassRegistry
Pass registry for PHPExt.
PHPExtPassStats
Statistics for PHPExt passes.
PHPExtWorklist
Worklist for PHPExt.
PHPFunction
A PHP top-level function or method.
PHPInterface
PHP interface declaration.
PHPLivenessInfo
PHPNamespace
A PHP namespace block.
PHPParam
PHP function/method parameter.
PHPPassConfig
PHPPassRegistry
PHPPassStats
PHPProperty
A PHP class property.
PHPScript
A complete PHP script / file.
PHPTrait
PHP trait declaration.
PHPWorklist

Enums§

PHPExpr
PHP expression AST node.
PHPExtPassPhase
Pass execution phase for PHPExt.
PHPPassPhase
PHPType
PHP type for type hints and declarations.
PHPVisibility
PHP member visibility modifier.