ModeShape Distribution 3.0.0.Beta4

org.modeshape.jcr.query.model
Interface Visitable

All Known Subinterfaces:
Command, Constraint, DynamicOperand, JoinCondition, LanguageObject, QueryCommand, Source, StaticOperand
All Known Implementing Classes:
AllNodes, And, ArithmeticOperand, Between, BindVariableName, ChildNode, ChildNodeJoinCondition, Column, Comparison, DescendantNode, DescendantNodeJoinCondition, EquiJoinCondition, FullTextSearch, FullTextSearchScore, JcrSqlQueryParser.JoinableSources, Join, Length, Limit, Literal, LiteralValue, LowerCase, NamedSelector, NodeDepth, NodeLocalName, NodeName, NodePath, Not, Or, Ordering, PropertyExistence, PropertyValue, Query, ReferenceValue, SameNode, SameNodeJoinCondition, Selector, SelectQuery, SetCriteria, SetQuery, Subquery, 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

ModeShape Distribution 3.0.0.Beta4

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