[hibernate-commits] Hibernate SVN: r15872 - core/branches/Branch_3_2/src/org/hibernate/hql/ast/tree.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Feb 3 15:49:00 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-02-03 15:49:00 -0500 (Tue, 03 Feb 2009)
New Revision: 15872

Removed:
   core/branches/Branch_3_2/src/org/hibernate/hql/ast/tree/DisplayableNode.java
Log:
HHH-3751 : Antlr tree parser tracing

Deleted: core/branches/Branch_3_2/src/org/hibernate/hql/ast/tree/DisplayableNode.java
===================================================================
--- core/branches/Branch_3_2/src/org/hibernate/hql/ast/tree/DisplayableNode.java	2009-02-03 20:48:39 UTC (rev 15871)
+++ core/branches/Branch_3_2/src/org/hibernate/hql/ast/tree/DisplayableNode.java	2009-02-03 20:49:00 UTC (rev 15872)
@@ -1,16 +0,0 @@
-// $Id$
-package org.hibernate.hql.ast.tree;
-
-/**
- * Implementors will return additional display text, which will be used
- * by the ASTPrinter to display information (besides the node type and node
- * text).
- */
-public interface DisplayableNode {
-	/**
-	 * Returns additional display text for the AST node.
-	 *
-	 * @return String - The additional display text.
-	 */
-	String getDisplayText();
-}




More information about the hibernate-commits mailing list