org.deft.extension.tools.astmodifier.comment
Class JavaBlockCommentVisitor

java.lang.Object
  extended by org.deft.extension.tools.astmodifier.comment.CommentTypeVisitor
      extended by org.deft.extension.tools.astmodifier.comment.JavaBlockCommentVisitor

public class JavaBlockCommentVisitor
extends CommentTypeVisitor

Transforms treenodes in java block comments(/* * /).

Author:
Martin Heinzerling

Constructor Summary
JavaBlockCommentVisitor()
           
 
Method Summary
 java.util.List<org.deft.repository.ast.TreeNode> execute(java.util.List<org.deft.repository.ast.TreeNode> nodes)
          Transform treenodes in a list of comment nodes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaBlockCommentVisitor

public JavaBlockCommentVisitor()
Method Detail

execute

public java.util.List<org.deft.repository.ast.TreeNode> execute(java.util.List<org.deft.repository.ast.TreeNode> nodes)
Description copied from class: CommentTypeVisitor
Transform treenodes in a list of comment nodes.

Specified by:
execute in class CommentTypeVisitor
Parameters:
nodes - treenodes
Returns:
List of comment nodes