public static SLAttribute Escaping() { if (escaping == null) { escaping = new SLAttribute("escaping"); } return(escaping); }
public static SLAttribute ObjC() { if (objc == null) { objc = new SLAttribute("objc"); } return(objc); }
public static SLAttribute ConventionC() { if (convc == null) { convc = new SLAttribute("convention", new CommaListElementCollection <SLBaseExpr> () { new SLIdentifier("c") }); } return(convc); }