Class: Mutant::Expression::Namespace

Inherits:
Mutant::Expression show all
Includes:
AbstractType
Defined in:
lib/mutant/expression/namespace.rb

Overview

Abstract base class for expressions matching namespaces

Direct Known Subclasses

Exact, Recursive

Defined Under Namespace

Classes: Exact, Recursive

Constant Summary

Constants inherited from Mutant::Expression

METHOD_NAME_PATTERN, REGISTRY, SCOPE_NAME_PATTERN, SCOPE_PATTERN

Instance Attribute Summary

Attributes inherited from Mutant::Expression

#syntax

Method Summary

Methods inherited from Mutant::Expression

#initialize, #match_length, parse, #prefix?, try_parse

Constructor Details

This class inherits a constructor from Mutant::Expression