org.deft.extension.decoration.modify
Class ModifiedGroupListBuilder

java.lang.Object
  extended by org.deft.repository.ast.decoration.GroupListBuilder<ModifiedGroup>
      extended by org.deft.extension.decoration.modify.ModifiedGroupListBuilder

public class ModifiedGroupListBuilder
extends org.deft.repository.ast.decoration.GroupListBuilder<ModifiedGroup>

Author:
Martin Heinzerling
See Also:
GroupListBuilder

Constructor Summary
ModifiedGroupListBuilder(java.util.List<org.deft.repository.ast.TokenNode> nodes)
           
 
Method Summary
 boolean belongsToGroup(ModifiedGroup group, org.deft.repository.ast.TokenNode tn)
           
 ModifiedGroup createNewGroup(org.deft.repository.ast.TokenNode tn)
           
 
Methods inherited from class org.deft.repository.ast.decoration.GroupListBuilder
addGroup, getGroupList
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifiedGroupListBuilder

public ModifiedGroupListBuilder(java.util.List<org.deft.repository.ast.TokenNode> nodes)
Method Detail

belongsToGroup

public boolean belongsToGroup(ModifiedGroup group,
                              org.deft.repository.ast.TokenNode tn)
Specified by:
belongsToGroup in class org.deft.repository.ast.decoration.GroupListBuilder<ModifiedGroup>

createNewGroup

public ModifiedGroup createNewGroup(org.deft.repository.ast.TokenNode tn)
Specified by:
createNewGroup in class org.deft.repository.ast.decoration.GroupListBuilder<ModifiedGroup>