Class: RBS::AST::Declarations::AliasDecl
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           Base | |
| Instance Chain: 
          self,
           Base | |
| Inherits: | RBS::AST::Declarations::Base 
 | 
| Defined in: | lib/rbs/ast/declarations.rb | 
Class Method Summary
Instance Attribute Summary
Instance Method Summary
- #==(other) (also: #eql?)
- 
    
      #eql?(other)  
    
    Alias for #==. 
- #hash
Constructor Details
    .new(new_name:, old_name:, location:, comment:)  ⇒ AliasDecl 
  
Instance Attribute Details
#comment (readonly)
[ GitHub ]#location (readonly)
[ GitHub ]#new_name (readonly)
[ GitHub ]#old_name (readonly)
[ GitHub ]Instance Method Details
#==(other) Also known as: #eql?
[ GitHub ]#eql?(other)
Alias for #==.
# File 'lib/rbs/ast/declarations.rb', line 435
alias eql? ==