44454647484950
this.debugContainerQuery = debugContainerQuery; } @Override public GraphWrapper getASTGraphWrapper() { return (this.debugContainerQuery == null) ? null : new GraphWrapperAST(this.debugContainerQuery.getAst()); }
58596061626364
return "SPARQL query"; } @Override public GraphWrapper getASTCoreGraphWrapper() { return (this.debugContainerQuery == null) ? null : new GraphWrapperAST(this.debugContainerQuery.getAstCoreSPARQLQuery()); }