Inheritance diagram for lfc::RegexpPattern::RegexpPatternBlock::
Public Methods | |
RegexpPatternBlock () throw () | |
virtual | ~RegexpPatternBlock () throw () |
virtual bool | doMatch (PutbackTextInput &in, RegexpMatch &match, int offset) |
virtual bool | isModifiable () const throw () |
Protected Attributes | |
RegexpPatternBlock * | m_next |
Friends | |
class | RegexpPattern |
|
|
|
|
|
|
Reimplemented in lfc::RegexpPattern::MultiplicityPatternBlock, lfc::RegexpPattern::OffsetPatternBlock, lfc::RegexpPattern::StartAnchorPatternBlock, and lfc::RegexpPattern::EndAnchorPatternBlock. |
|
|
|
|