Java 类com.intellij.psi.impl.source.xml.XmlCommentImpl 实例源码

项目:intellij-ce-playground    文件:XmlCommentLiteralEscaper.java   
public XmlCommentLiteralEscaper(@NotNull XmlCommentImpl host) {
  super(host);
}
项目:tools-idea    文件:XmlCommentLiteralEscaper.java   
public XmlCommentLiteralEscaper(@NotNull XmlCommentImpl host) {
  super(host);
}
项目:consulo-xml    文件:XmlCommentLiteralEscaper.java   
public XmlCommentLiteralEscaper(@NotNull XmlCommentImpl host) {
  super(host);
}