类 PathHelper


  • public final class PathHelper
    extends Object
    Provides utility methods for paths.
    作者:
    josh
    • 方法详细资料

      • parsePath

        public static antlr.collections.AST parsePath​(String path,
                                                      antlr.ASTFactory factory)
        Turns a path into an AST.
        参数:
        path - The path.
        factory - The AST factory to use.
        返回:
        An HQL AST representing the path.