asterix-graphix/src/main/java/org/apache/asterix/graphix/lang/rewrite/canonical/CanonicalElementExpansionConsumer.java [198:206]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            this.ambiguousElement = ambiguousElement;
        }

        @Override
        public void accept(AbstractExpression canonicalExpr, PathPatternExpr pathPatternExpr)
                throws CompilationException {
            EdgePatternExpr ambiguousEdgePattern = (EdgePatternExpr) ambiguousElement;
            VertexPatternExpr ambiguousLeftVertex = ambiguousEdgePattern.getLeftVertex();
            VertexPatternExpr ambiguousRightVertex = ambiguousEdgePattern.getRightVertex();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



asterix-graphix/src/main/java/org/apache/asterix/graphix/lang/rewrite/canonical/CanonicalElementExpansionConsumer.java [226:234]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            this.ambiguousElement = ambiguousElement;
        }

        @Override
        public void accept(AbstractExpression canonicalExpr, PathPatternExpr pathPatternExpr)
                throws CompilationException {
            EdgePatternExpr ambiguousEdgePattern = (EdgePatternExpr) ambiguousElement;
            VertexPatternExpr ambiguousLeftVertex = ambiguousEdgePattern.getLeftVertex();
            VertexPatternExpr ambiguousRightVertex = ambiguousEdgePattern.getRightVertex();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



