Map<JMethod, String> actualReplacements = new IdentityHashMap<JMethod, String>();
String cssExpression = makeExpression(logger, context, cssResourceSubtype,
stylesheetMap.get(method), replacementsWithPrefix, strict,
actualReplacements);
sw.println("return " + cssExpression + ";");
sw.outdent();
sw.println("}");
/*
* getOverridableMethods is used to handle CssResources extending
* non-CssResource types. See the discussion in computeReplacementsForType.