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