类 NodeSupport

    • 字段概要

      • 从类继承的字段 antlr.BaseAST

        down, right
    • 构造器概要

      构造器 
      构造器 说明
      NodeSupport()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      String getDebugText()
      Get a string representation of this node usable for debug logging or similar.
      String getRenderableText()
      Build the node's representation for use in the resulting rendering.
      • 从类继承的方法 antlr.CommonAST

        getText, getType, initialize, initialize, initialize, setText, setType
      • 从类继承的方法 antlr.BaseAST

        addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
      • 从接口继承的方法 org.hibernate.sql.ordering.antlr.Node

        getText
    • 构造器详细资料

      • NodeSupport

        public NodeSupport()
    • 方法详细资料

      • getDebugText

        public String getDebugText()
        从接口复制的说明: Node
        Get a string representation of this node usable for debug logging or similar.
        指定者:
        getDebugText 在接口中 Node
        返回:
        The node's debugging text.
      • getRenderableText

        public String getRenderableText()
        从接口复制的说明: Node
        Build the node's representation for use in the resulting rendering.
        指定者:
        getRenderableText 在接口中 Node
        返回:
        The text for use in the translated output.