Class: Udb::CsrField::MemoizedState
- Inherits:
-
T::Struct
- Object
- T::Struct
- Udb::CsrField::MemoizedState
- Defined in:
- lib/udb/obj/csr_field.rb
Instance Attribute Summary collapse
-
#reachable_functions ⇒ Hash{Symbol, Integer => Array<Idl::FunctionDefAst>}
Returns the value of prop ‘reachable_functions`.
Instance Method Summary collapse
- #initialize(reachable_functions:) constructor
Constructor Details
#initialize(reachable_functions:)
|
|
# File '' prop :reachable_functions, T::Hash[T.any(Symbol, Integer), T::Array[Idl::FunctionDefAst]] |
Instance Attribute Details
#reachable_functions ⇒ Hash{Symbol, Integer => Array<Idl::FunctionDefAst>}
Returns the value of prop ‘reachable_functions`.
|
|
# File '' prop :reachable_functions, T::Hash[T.any(Symbol, Integer), T::Array[Idl::FunctionDefAst]] |