Uses of Class org.objectweb.medor.api.QueryNodeException

Uses in package org.objectweb.medor.query.lib

Methods which throw type org.objectweb.medor.api.QueryNodeException

QueryNode
BasicBinaryUnaryQueryNodeFactory.createQueryNode(QueryTree leftChild, QueryTree rightChild, short operationType, Expression filter, TupleStructure tupleStructure)
QueryNode
BasicBinaryUnaryQueryNodeFactory.createQueryNode(QueryTree child, short operationType, Expression filter, TupleStructure tupleStructure)

Uses in package org.objectweb.medor.query.api

Methods which throw type org.objectweb.medor.api.QueryNodeException

QueryNode
BinaryUnaryQueryNodeFactory.createQueryNode(QueryTree leftChild, QueryTree rightChild, short operationType, Expression filter, TupleStructure tupleStructure)
QueryNode
BinaryUnaryQueryNodeFactory.createQueryNode(QueryTree child, short operationType, Expression filter, TupleStructure tupleStructure)
This methods creates the links between the children QueryTrees and the created QueryNode.
QueryNode
QueryNodeFactory.createQueryNode(QueryTree children, short OperationType, Expression filter, TupleStructure tupleStructure)
This methods creates the links between the children QueryTrees and the created QueryNode.