- Type Parameters:
T
- the type to visit.
- All Known Implementing Classes:
AttributeConditionVisitor
,AttrStyleRuleVisitor
public interface Visitor<T>
A visitor (from the 'visitor' pattern).
-
Method Summary
-
Method Details
-
visit
Visit the given object.- Parameters:
arg
- the object.
-