8 #ifndef __VRV_PHRASE_H__
9 #define __VRV_PHRASE_H__
30 std::string GetClassName()
const override {
return "phrase"; }
43 FunctorCode AcceptEnd(
Functor &functor)
override;
44 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class represents a basic object.
Definition: object.h:61
void Reset() override
Virtual reset method.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
Object * Clone() const override
Method call for copying child classes.
Definition: phrase.h:28