Class ParameterizedOperationVisitor

java.lang.Object
org.ocpsoft.rewrite.config.ParameterizedOperationVisitor
All Implemented Interfaces:
Visitor<Operation>

public class ParameterizedOperationVisitor extends Object implements Visitor<Operation>
Visitor implementation for Operations that executes a given callback for all operations that provide a specific parameter.
Author:
Christian Kaltepoth
  • Constructor Details

  • Method Details