org.modeshape.graph.query.model
Class Command

java.lang.Object
  extended by org.modeshape.graph.query.model.Command
All Implemented Interfaces:
Serializable, LanguageObject, Visitable
Direct Known Subclasses:
QueryCommand

public abstract class Command
extends Object
implements LanguageObject

Represents the abstract base class for all top-level language objects that are the root of a language object tree.

See Also:
Serialized Form

Constructor Summary
Command()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.modeshape.graph.query.model.Visitable
accept
 

Constructor Detail

Command

public Command()


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