diff -r 54b3bc9e3987 -r 20598d7ce9fa compiler/PPCInlineMessagePredicateNode.st --- a/compiler/PPCInlineMessagePredicateNode.st Tue Apr 21 17:20:11 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -"{ Package: 'stx:goodies/petitparser/compiler' }" - -"{ NameSpace: Smalltalk }" - -PPCMessagePredicateNode subclass:#PPCInlineMessagePredicateNode - instanceVariableNames:'' - classVariableNames:'' - poolDictionaries:'' - category:'PetitCompiler-Nodes' -! - -!PPCInlineMessagePredicateNode methodsFor:'as yet unclassified'! - -asInlined - ^ self -! - -compileWith: compiler effect: effect id: id - compiler startInline: id. - compiler add: ''. - self bodyOfPredicate: compiler. - ^ compiler stopInline. -! ! -