org.jboss.dna.graph.query.model
Interface Visitable

All Known Subinterfaces:
LanguageObject
All Known Implementing Classes:
AllNodes, And, ArithmeticOperand, Between, BindVariableName, ChildNode, ChildNodeJoinCondition, Column, Command, Comparison, Constraint, DescendantNode, DescendantNodeJoinCondition, DynamicOperand, EquiJoinCondition, FullTextSearch, FullTextSearchScore, Join, JoinCondition, Length, Limit, Literal, LowerCase, NamedSelector, NodeDepth, NodeLocalName, NodeName, NodePath, Not, Or, Ordering, PropertyExistence, PropertyValue, Query, QueryCommand, SameNode, SameNodeJoinCondition, Selector, SetCriteria, SetQuery, Source, StaticOperand, UpperCase

@Immutable
public interface Visitable

An interface called by a visitor when that visitor is visiting the node.


Method Summary
 void accept(Visitor visitor)
          Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.
 

Method Detail

accept

void accept(Visitor visitor)
Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.

Parameters:
visitor - the visitor; never null


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.