类 Node

    • 字段概要

      • 从类继承的字段 antlr.BaseAST

        down, right
    • 构造器概要

      构造器 
      构造器 说明
      Node()  
      Node​(antlr.Token tok)  
    • 构造器详细资料

      • Node

        public Node()
      • Node

        public Node​(antlr.Token tok)
    • 方法详细资料

      • getRenderText

        public String getRenderText​(SessionFactoryImplementor sessionFactory)
        Retrieve the text to be used for rendering this particular node.
        参数:
        sessionFactory - The session factory
        返回:
        The text to use for rendering
      • initialize

        public void initialize​(antlr.Token tok)
        指定者:
        initialize 在接口中 antlr.collections.AST
        覆盖:
        initialize 在类中 antlr.CommonAST
      • initialize

        public void initialize​(antlr.collections.AST t)
        指定者:
        initialize 在接口中 antlr.collections.AST
        覆盖:
        initialize 在类中 antlr.CommonAST
      • getFilename

        public String getFilename()
      • getLine

        public int getLine()
        指定者:
        getLine 在接口中 antlr.collections.AST
        覆盖:
        getLine 在类中 antlr.BaseAST
      • getColumn

        public int getColumn()
        指定者:
        getColumn 在接口中 antlr.collections.AST
        覆盖:
        getColumn 在类中 antlr.BaseAST
      • getTextLength

        public int getTextLength()