接口 DisplayableNode
-
- 所有已知实现类:
AbstractMapComponentNode,AbstractRestrictableStatement,AbstractStatement,BinaryArithmeticOperatorNode,CollectionFunction,ComponentJoin,DeleteStatement,DotNode,EntityJoinFromElement,FromClause,FromElement,FromReferenceNode,IdentNode,ImpliedFromElement,IndexNode,InsertStatement,IntoClause,MapEntryNode,MapKeyEntityFromElement,MapKeyNode,MapValueNode,ParameterNode,QueryNode,SelectExpressionImpl,UpdateStatement
public interface DisplayableNodeImplementors will return additional display text, which will be used by the ASTPrinter to display information (besides the node type and node text).
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetDisplayText()Returns additional display text for the AST node.
-
-
-
方法详细资料
-
getDisplayText
String getDisplayText()
Returns additional display text for the AST node.- 返回:
- String - The additional display text.
-
-