类 ASTUtil.IncludePredicate

    • 构造器详细资料

      • IncludePredicate

        public IncludePredicate()
    • 方法详细资料

      • exclude

        public final boolean exclude​(antlr.collections.AST node)
        从接口复制的说明: ASTUtil.FilterPredicate
        Returns true if the node should be filtered out.
        指定者:
        exclude 在接口中 ASTUtil.FilterPredicate
        参数:
        node - The node.
        返回:
        true if the node should be filtered out, false to keep the node.
      • include

        public abstract boolean include​(antlr.collections.AST node)