devtools/extensions.st
changeset 125 906b4b8a69dc
parent 113 ed5e4d654ce8
child 642 77d5fddb6462
equal deleted inserted replaced
124:fc28ffa9eb82 125:906b4b8a69dc
   163     "stub code automatically generated - please change if required"
   163     "stub code automatically generated - please change if required"
   164 
   164 
   165     ^ aVisitor visitPPLiteralParser:self
   165     ^ aVisitor visitPPLiteralParser:self
   166 ! !
   166 ! !
   167 
   167 
       
   168 !PPLiteralParser methodsFor:'accessing'!
       
   169 
       
   170 literal
       
   171     ^ literal
       
   172 ! !
       
   173 
   168 !PPLiteralSequenceParser methodsFor:'visiting'!
   174 !PPLiteralSequenceParser methodsFor:'visiting'!
   169 
   175 
   170 acceptVisitor:aVisitor 
   176 acceptVisitor:aVisitor 
   171     "Double dispatch back to the visitor, passing my type encoded in
   177     "Double dispatch back to the visitor, passing my type encoded in
   172      the selector (visitor pattern)"
   178      the selector (visitor pattern)"
   331 ! !
   337 ! !
   332 
   338 
   333 !stx_goodies_petitparser_devtools class methodsFor:'documentation'!
   339 !stx_goodies_petitparser_devtools class methodsFor:'documentation'!
   334 
   340 
   335 extensionsVersion_CVS
   341 extensionsVersion_CVS
   336     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/extensions.st,v 1.2 2013-01-10 13:25:17 vrany Exp $'
   342     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/extensions.st,v 1.3 2013-01-11 09:58:24 vrany Exp $'
   337 ! !
   343 ! !