public interface AnalyticsPredicateVisitor
AnalyticsFilterPredicate visited.
 When an implementation of this visitor is passed to an
 AnalyticsFilterPredicate.accept(AnalyticsPredicateVisitor) method,
 the visit method most applicable to that element is invoked.| Modifier and Type | Method and Description | 
|---|---|
void | 
visit(AnalyticsAndOperator analyticsAndOperator)
Implement this method to add behaviour performed when
  
AnalyticsAndOperator is visited. | 
void | 
visit(AnalyticsPrefixPredicate analyticsPrefixPredicate)
Implement this method to add behaviour performed when
  
AnalyticsPrefixPredicate is visited. | 
void | 
visit(AnalyticsTagPredicate analyticsTagPredicate)
Implement this method to add behaviour performed when
  
AnalyticsTagPredicate is visited. | 
void visit(AnalyticsPrefixPredicate analyticsPrefixPredicate)
AnalyticsPrefixPredicate is visited.void visit(AnalyticsTagPredicate analyticsTagPredicate)
AnalyticsTagPredicate is visited.void visit(AnalyticsAndOperator analyticsAndOperator)
AnalyticsAndOperator is visited.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.