类 HqlASTFactory


  • public class HqlASTFactory
    extends antlr.ASTFactory
    User: Joshua Davis
    Date: Sep 23, 2005
    Time: 12:30:01 PM
    • 字段概要

      • 从类继承的字段 antlr.ASTFactory

        theASTNodeType, theASTNodeTypeClass, tokenTypeToASTClassMap
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      Class getASTNodeType​(int tokenType)
      Returns the class for a given token type (a.k.a.
      • 从类继承的方法 antlr.ASTFactory

        addASTChild, create, create, create, create, create, create, create, create, create, createUsingCtor, dup, dupList, dupTree, error, getTokenTypeToASTClassMap, make, make, makeASTRoot, setASTNodeClass, setASTNodeClass, setASTNodeType, setTokenTypeASTNodeType, setTokenTypeToASTClassMap
    • 构造器详细资料

      • HqlASTFactory

        public HqlASTFactory()
    • 方法详细资料

      • getASTNodeType

        public Class getASTNodeType​(int tokenType)
        Returns the class for a given token type (a.k.a. AST node type).
        覆盖:
        getASTNodeType 在类中 antlr.ASTFactory
        参数:
        tokenType - The token type.
        返回:
        Class - The AST node class to instantiate.