Class: Udb::AlwaysFalseExtensionRequirementExpression
- Inherits:
-
Object
- Object
- Udb::AlwaysFalseExtensionRequirementExpression
- Extended by:
- T::Sig
- Includes:
- AbstractRequirement
- Defined in:
- lib/udb/req_expression.rb
Instance Method Summary collapse
- #compatible?(_other) ⇒ Boolean
- #could_be_true?(_cfg_arch) ⇒ Boolean
- #empty? ⇒ Boolean
- #minimize(_hsh) ⇒ String, Hash{String => T.untyped}
- #satisfied_by? ⇒ Boolean
- #satisfied_by_cfg_arch?(_cfg_arch) ⇒ SatisfiedResult
- #to_h ⇒ String, Hash{String => T.untyped}
- #to_rb ⇒ String
Instance Method Details
#compatible?(_other) ⇒ Boolean
767 |
# File 'lib/udb/req_expression.rb', line 767 def compatible?(_other) = false |
#could_be_true?(_cfg_arch) ⇒ Boolean
779 |
# File 'lib/udb/req_expression.rb', line 779 def could_be_true?(_cfg_arch) = false |
#empty? ⇒ Boolean
764 |
# File 'lib/udb/req_expression.rb', line 764 def empty? = true |
#minimize(_hsh) ⇒ String, Hash{String => T.untyped}
773 |
# File 'lib/udb/req_expression.rb', line 773 def minimize(_hsh) = {} |
#satisfied_by? ⇒ Boolean
761 |
# File 'lib/udb/req_expression.rb', line 761 def satisfied_by? = false |
#satisfied_by_cfg_arch?(_cfg_arch) ⇒ SatisfiedResult
776 |
# File 'lib/udb/req_expression.rb', line 776 def satisfied_by_cfg_arch?(_cfg_arch) = SatisfiedResult::No |
#to_h ⇒ String, Hash{String => T.untyped}
770 |
# File 'lib/udb/req_expression.rb', line 770 def to_h = {} |
#to_rb ⇒ String
758 |
# File 'lib/udb/req_expression.rb', line 758 def to_rb = "false" |