compiler/tests/extras/PPCLRPTransition.st
changeset 523 09afcf28ed60
parent 511 527038bc8edf
equal deleted inserted replaced
522:837963c607a6 523:09afcf28ed60
     6 	instanceVariableNames:'name from to eventname arrowRange keywordEnd'
     6 	instanceVariableNames:'name from to eventname arrowRange keywordEnd'
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Extras-Tests-LRP'
     9 	category:'PetitCompiler-Extras-Tests-LRP'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !PPCLRPTransition class methodsFor:'instance creation'!
    13 !PPCLRPTransition class methodsFor:'instance creation'!
    13 
    14 
    14 on: anEvent from: startState to: endState name: aString
    15 on: anEvent from: startState to: endState name: aString
    15     |retval|
    16     |retval|
    95 
    96 
    96 acceptVisitor: aPPCLRPNodeVisitor
    97 acceptVisitor: aPPCLRPNodeVisitor
    97     aPPCLRPNodeVisitor visitTransitionNode: self.
    98     aPPCLRPNodeVisitor visitTransitionNode: self.
    98 ! !
    99 ! !
    99 
   100 
       
   101 !PPCLRPTransition class methodsFor:'documentation'!
       
   102 
       
   103 version_HG
       
   104 
       
   105     ^ '$Changeset: <not expanded> $'
       
   106 ! !
       
   107