devtools/PPDebuggingParser.st
changeset 99 57b4439a7998
parent 76 3a7ad5256cd9
child 642 77d5fddb6462
equal deleted inserted replaced
98:8e5e20ea96d4 99:57b4439a7998
    46     ^result.
    46     ^result.
    47 
    47 
    48     "Modified: / 12-03-2012 / 16:41:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    48     "Modified: / 12-03-2012 / 16:41:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    49 ! !
    49 ! !
    50 
    50 
       
    51 !PPDebuggingParser methodsFor:'visiting'!
       
    52 
       
    53 acceptVisitor:aVisitor 
       
    54     "Double dispatch back to the visitor, passing my type encoded in
       
    55      the selector (visitor pattern)"
       
    56 
       
    57     "stub code automatically generated - please change if required"
       
    58 
       
    59     ^ aVisitor visitPPDebuggingParser:self
       
    60 ! !
       
    61 
    51 !PPDebuggingParser class methodsFor:'documentation'!
    62 !PPDebuggingParser class methodsFor:'documentation'!
    52 
    63 
    53 version
    64 version
    54     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/PPDebuggingParser.st,v 1.1 2012-05-05 14:49:17 vrany Exp $'
    65     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/PPDebuggingParser.st,v 1.2 2013-01-10 13:22:02 vrany Exp $'
    55 !
    66 !
    56 
    67 
    57 version_CVS
    68 version_CVS
    58     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/PPDebuggingParser.st,v 1.1 2012-05-05 14:49:17 vrany Exp $'
    69     ^ '$Header: /cvs/stx/stx/goodies/petitparser/devtools/PPDebuggingParser.st,v 1.2 2013-01-10 13:22:02 vrany Exp $'
    59 !
    70 !
    60 
    71 
    61 version_SVN
    72 version_SVN
    62     ^ '§Id: PPDebuggingParser.st 10 2012-05-04 18:54:13Z vranyj1 §'
    73     ^ '§Id: PPDebuggingParser.st 10 2012-05-04 18:54:13Z vranyj1 §'
    63 ! !
    74 ! !