Uses of Class
org.eclipse.jdt.internal.formatter.comment.SubstitutionTextReader

Packages that use SubstitutionTextReader
org.eclipse.jdt.internal.formatter.comment   
 

Uses of SubstitutionTextReader in org.eclipse.jdt.internal.formatter.comment
 

Subclasses of SubstitutionTextReader in org.eclipse.jdt.internal.formatter.comment
 class HTMLEntity2JavaReader
          SubstitutionTextReader that will substitute plain text values for html entities encountered in the original text.
 class Java2HTMLEntityReader
          SubstitutionTextReader that will substitute html entities for html symbols encountered in the original text.