org.modeshape.graph.query.model
Interface LanguageObject

All Superinterfaces:
Serializable, Visitable
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, ReferenceValue, SameNode, SameNodeJoinCondition, Selector, SetCriteria, SetQuery, Source, StaticOperand, UpperCase

public interface LanguageObject
extends Visitable, Serializable

A common interface for all query language objects.


Method Summary
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 



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