Searched refs:CsmComment (Results 1 – 4 of 4) sorted by relevance
55 CsmComment.process(c, printer); in prettyPrint()
31 public class CsmComment implements CsmElement { class
95 static CsmElement comment() { return new CsmComment(); } in comment()
139 } else if (csm instanceof CsmComment) { in calculatedSyntaxModelForNode()