|
||||||||||
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
public abstract class CommentTypeVisitor
Defines an interface for transformation from treenodes of the AST to comment nodes.
Constructor Summary | |
---|---|
CommentTypeVisitor()
|
Method Summary | |
---|---|
abstract 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 CommentTypeVisitor()
Method Detail |
---|
public abstract java.util.List<org.deft.repository.ast.TreeNode> execute(java.util.List<org.deft.repository.ast.TreeNode> nodes)
nodes
- treenodes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |