diff -r 6f0eb79b3dda -r d333233f7ebd compiler/PPCInlineCharSetPredicateNode.st --- a/compiler/PPCInlineCharSetPredicateNode.st Fri May 01 13:44:43 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -"{ Package: 'stx:goodies/petitparser/compiler' }" - -"{ NameSpace: Smalltalk }" - -PPCCharSetPredicateNode subclass:#PPCInlineCharSetPredicateNode - instanceVariableNames:'' - classVariableNames:'' - poolDictionaries:'' - category:'PetitCompiler-Nodes' -! - -!PPCInlineCharSetPredicateNode methodsFor:'as yet unclassified'! - -asInlined - ^ self -! - -compileWith: compiler effect: effect id: id - compiler startInline: id. - compiler add: ''. - self bodyOfPredicate: compiler. - ^ compiler stopInline. -! ! -