|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deft.extension.tools.astmodifier.comment.CommentTypeVisitor
org.deft.extension.tools.astmodifier.comment.JavaBlockCommentVisitor
public class JavaBlockCommentVisitor
Transforms treenodes in java block comments(/* * /).
| 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 |
|---|
public JavaBlockCommentVisitor()
| Method Detail |
|---|
public java.util.List<org.deft.repository.ast.TreeNode> execute(java.util.List<org.deft.repository.ast.TreeNode> nodes)
CommentTypeVisitor
execute in class CommentTypeVisitornodes - treenodes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||