Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- VypAnalysis
Cache - VypCache
Entry - VypConstant
Folding Helper - VypDep
Graph - VypDominator
Tree - VypLiveness
Info - VypPass
Config - VypPass
Registry - VypPass
Stats - VypWorklist
- Vyper
Backend - The main Vyper code generation backend.
- Vyper
Compilation Ctx - Compilation context for a single Vyper source file.
- Vyper
Constant - A Vyper module-level constant.
- Vyper
Contract - A complete Vyper contract (module).
- Vyper
Event - A Vyper event definition.
- Vyper
ExtCache - Analysis cache for VyperExt.
- Vyper
ExtConst Folder - Constant folding helper for VyperExt.
- Vyper
ExtDep Graph - Dependency graph for VyperExt.
- Vyper
ExtDom Tree - Dominator tree for VyperExt.
- Vyper
ExtLiveness - Liveness analysis for VyperExt.
- Vyper
ExtPass Config - Configuration for VyperExt passes.
- Vyper
ExtPass Registry - Pass registry for VyperExt.
- Vyper
ExtPass Stats - Statistics for VyperExt passes.
- Vyper
ExtWorklist - Worklist for VyperExt.
- Vyper
Flag Def - A Vyper flag (bitset enum, Vyper 0.3.8+).
- Vyper
Function - A Vyper function definition.
- Vyper
Interface - A Vyper interface definition.
- Vyper
Param - A function parameter.
- Vyper
Storage Var - A Vyper state variable (storage variable).
- Vyper
Struct - A Vyper struct definition.
Enums§
- VypPass
Phase - Vyper
Decorator - Vyper function decorator.
- Vyper
Expr - Vyper expression AST node.
- Vyper
ExtPass Phase - Pass execution phase for VyperExt.
- Vyper
Stmt - Vyper statement AST node.
- Vyper
Type - Vyper type representation.