Class: Mutant::Context
- Inherits:
-
Object
- Object
- Mutant::Context
- Includes:
- AbstractType, Adamantium::Flat
- Defined in:
- lib/mutant/context.rb,
lib/mutant/context/scope.rb
Overview
An abstract context where mutations can be applied to.
Direct Known Subclasses
Defined Under Namespace
Classes: Scope
Instance Method Summary collapse
-
#identification ⇒ String
private
Return identification.
-
#root ⇒ Parser::AST::Node
private
Return root ast node.
Instance Method Details
#identification ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return identification
22 |
# File 'lib/mutant/context.rb', line 22 abstract_method :identification |
#root ⇒ Parser::AST::Node
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return root ast node
14 |
# File 'lib/mutant/context.rb', line 14 abstract_method :root |