Uses of Class
org.makumba.providers.query.mql.Node

Packages that use Node
org.makumba.providers.query.mql   
 

Uses of Node in org.makumba.providers.query.mql
 

Methods in org.makumba.providers.query.mql that return Node
static Node ASTUtil.makeNode(int type, String string)
           
 

Methods in org.makumba.providers.query.mql that return types with arguments of type Node
 Vector<Node> FunctionCall.getOrderedArgumentOrigins()
           
 

Constructor parameters in org.makumba.providers.query.mql with type arguments of type Node
FunctionCall(DataDefinition.QueryFragmentFunction function, Vector<MqlNode> orderedArguments, Vector<Node> orderedArgumentsOrigins, DataDefinition parentType, String path, boolean isFunctionArgument, boolean isMQLFunction, boolean isActorFunction, boolean isInWhere)