Uses of Class
org.deft.extension.tools.astmodifier.comment.CommentTypeVisitor

Packages that use CommentTypeVisitor
org.deft.extension.tools.astmodifier   
org.deft.extension.tools.astmodifier.comment   
 

Uses of CommentTypeVisitor in org.deft.extension.tools.astmodifier
 

Methods in org.deft.extension.tools.astmodifier with parameters of type CommentTypeVisitor
 void ASTModifier.changeToComment(org.deft.repository.ast.TreeNode ast, XPath location, int width, CommentTypeVisitor v)
           
 

Uses of CommentTypeVisitor in org.deft.extension.tools.astmodifier.comment
 

Subclasses of CommentTypeVisitor in org.deft.extension.tools.astmodifier.comment
 class JavaBlockCommentVisitor
          Transforms treenodes in java block comments(/* * /).
 class JavaLineCommentVisitor
          Transforms treenodes in java line comments(//).