compiler/PPCAbstractPredicateNode.st
changeset 414 0eaf09920532
parent 393 00381102a9b5
child 421 7e08b31e0dae
equal deleted inserted replaced
413:5389e6fbb3bc 414:0eaf09920532
    56 	^ false
    56 	^ false
    57 !
    57 !
    58 
    58 
    59 firstCharParser
    59 firstCharParser
    60 	^ PPPredicateObjectParser on: predicate message: 'predicate expected'.
    60 	^ PPPredicateObjectParser on: predicate message: 'predicate expected'.
       
    61 !
       
    62 
       
    63 firstCharSet
       
    64 	^ PPCharSetPredicate on: predicate
    61 ! !
    65 ! !
    62 
    66 
    63 !PPCAbstractPredicateNode methodsFor:'compiling'!
    67 !PPCAbstractPredicateNode methodsFor:'compiling'!
    64 
    68 
    65 bodyOfPredicate: compiler
    69 bodyOfPredicate: compiler