Package | Description |
---|---|
org.ocpsoft.rewrite.config |
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedConditionVisitor
|
class |
ParameterizedOperationVisitor
|
Modifier and Type | Method and Description |
---|---|
void |
RuleBuilder.accept(Visitor<Condition> visitor)
This method will call the supplied visitor for all conditions attached to the rule builder.
|
void |
ConditionVisit.accept(Visitor<Condition> visitor)
Submit the supplied visitor and apply it to all
Condition instances in the tree |
void |
OperationVisit.accept(Visitor<Operation> visitor)
Submit the supplied visitor and apply it to all
Operation instances in the tree |
Copyright © 2014 OCPsoft. All Rights Reserved.