compiler/PPCUnknownNode.st
changeset 422 116d2b2af905
parent 421 7e08b31e0dae
child 438 20598d7ce9fa
equal deleted inserted replaced
421:7e08b31e0dae 422:116d2b2af905
     1 "{ Package: 'stx:goodies/petitparser/compiler' }"
     1 "{ Package: 'stx:goodies/petitparser/compiler' }"
       
     2 
       
     3 "{ NameSpace: Smalltalk }"
     2 
     4 
     3 PPCNode subclass:#PPCUnknownNode
     5 PPCNode subclass:#PPCUnknownNode
     4 	instanceVariableNames:'parser'
     6 	instanceVariableNames:'parser'
     5 	classVariableNames:''
     7 	classVariableNames:''
     6 	poolDictionaries:''
     8 	poolDictionaries:''
    24 	^ parser acceptsEpsilonOpenSet: aSet
    26 	^ parser acceptsEpsilonOpenSet: aSet
    25 !
    27 !
    26 
    28 
    27 children
    29 children
    28 	^ parser children
    30 	^ parser children
    29 !
       
    30 
       
    31 firstCharParser
       
    32 	^ parser firstCharParser
       
    33 !
    31 !
    34 
    32 
    35 isContextFreePrim
    33 isContextFreePrim
    36 	^ parser isContextFreePrim
    34 	^ parser isContextFreePrim
    37 !
    35 !