📄 displayablenode.java
字号:
// $Id: DisplayableNode.java,v 1.1 2004/06/03 16:30:08 steveebersole Exp $package org.hibernate.hql.ast;/** * 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();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -