interface for parser actions  
 More...
interface for parser actions 
Definition at line 433 of file dyngenpar.h.
 
◆ ~Action()
  
  
      
        
          | virtual DynGenPar::Action::~Action  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ constructAndRead()
  
  
      
        
          | static QDataStream& DynGenPar::Action::constructAndRead  | 
          ( | 
          QDataStream &  | 
          stream,  | 
         
        
           | 
           | 
          Action *&  | 
          data  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
implementation of the QDataStream operator>> 
Definition at line 454 of file dyngenpar.h.
 
 
◆ execute()
  
  
      
        
          | virtual void DynGenPar::Action::execute  | 
          ( | 
          const ActionInfo &  | 
          info | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ lookaheadTokens()
  
  
      
        
          | virtual int DynGenPar::Action::lookaheadTokens  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
the number of tokens to look ahead before deciding to execute the action 
defaults to 0, can be overridden by subclasses 
Definition at line 447 of file dyngenpar.h.
 
 
◆ registerDeserializer()
  
  
      
        
          | static void DynGenPar::Action::registerDeserializer  | 
          ( | 
          const QString &  | 
          name,  | 
         
        
           | 
           | 
          ActionDeserializer *  | 
          deserializer  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestaticprotected   | 
  
 
 
◆ writeExternal()
  
  
      
        
          | virtual void DynGenPar::Action::writeExternal  | 
          ( | 
          QDataStream &  | 
          stream | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
implementation of the QDataStream operator<< 
Definition at line 449 of file dyngenpar.h.
 
 
The documentation for this class was generated from the following files: