123124125126127128129
this.model.traverse( new IntermediateResultsInliner() ); } private void inlineSubstitutions() throws CompilerException { this.model.traverse( new SubstitutionInliner() ); }