compiler/PPCChoiceNode.st
changeset 464 f6d77fee9811
parent 452 9f4558b3be66
child 515 b5316ef15274
equal deleted inserted replaced
459:4751c407bb40 464:f6d77fee9811
     6 	instanceVariableNames:''
     6 	instanceVariableNames:''
     7 	classVariableNames:''
     7 	classVariableNames:''
     8 	poolDictionaries:''
     8 	poolDictionaries:''
     9 	category:'PetitCompiler-Nodes'
     9 	category:'PetitCompiler-Nodes'
    10 !
    10 !
       
    11 
    11 
    12 
    12 !PPCChoiceNode methodsFor:'accessing'!
    13 !PPCChoiceNode methodsFor:'accessing'!
    13 
    14 
    14 prefix
    15 prefix
    15     ^ #ch
    16     ^ #ch
    48 
    49 
    49 accept: visitor
    50 accept: visitor
    50     ^ visitor visitChoiceNode: self
    51     ^ visitor visitChoiceNode: self
    51 ! !
    52 ! !
    52 
    53 
       
    54 !PPCChoiceNode class methodsFor:'documentation'!
       
    55 
       
    56 version_HG
       
    57 
       
    58     ^ '$Changeset: <not expanded> $'
       
    59 ! !
       
    60