xoql.parser
public class XoqlWalker extends TreeParser implements XoqlWalkerTokenTypes
Field Summary | |
---|---|
VBindings | bindings |
ArrayList | previousVarBinding DR********* |
IRepository | repository |
static String[] | _tokenNames |
static BitSet | _tokenSet_0 |
Constructor Summary | |
---|---|
XoqlWalker() |
Method Summary | |
---|---|
Iterator | allExpr(AST _t) |
Iterator | attrExpr(AST _t) |
void | attribute(AST _t, ArrayList v) |
Iterator | attributeExpr(AST _t) |
Iterator | attributesExpr(AST _t) |
Iterator | attributesNSExpr(AST _t) |
Iterator | binaryExpr(AST _t) |
Iterator | childNodesExpr(AST _t) |
void | commaSeparatedExpr(AST _t, ArrayList v) |
Iterator | constExpr(AST _t) |
void | contentsExpr(AST _t, ArrayList v) |
Iterator | createElementExpr(AST _t) |
Iterator | delete(AST _t) |
Iterator | descNodesExpr(AST _t) |
Integer | drExpr(AST _t) |
Iterator | elementExpr(AST _t) |
Iterator | existExpr(AST _t) |
Iterator | expr(AST _t) |
void | fNameArgs(AST _t, ArrayList v) |
Iterator | functionCallExpr(AST _t) |
Iterator | idExpr(AST _t) |
Iterator | insert(AST _t) |
Iterator | insertExpr(AST _t) |
Iterator | listExpr(AST _t) |
Iterator | location(AST _t) |
Boolean | markExpr(AST _t) |
void | mBinding(AST _t, ArrayList bindingList) |
Iterator | methodCall(AST _t, Iterator arg) |
void | operation(AST _t, ArrayList v, ArrayList o, Hashtable loc) |
void | operations(AST _t, ArrayList v, ArrayList o, Hashtable loc) |
BinaryPredicate | pathConstraint(AST _t) |
BinaryPredicate | pathConstraintExpr(AST _t) |
void | positionExpr(AST _t) |
Iterator | regexMatchExpr(AST _t) |
Iterator | rfwExpr(AST _t) |
Iterator | rfwwExpr(AST _t) |
Iterator | selectExpr(AST _t) |
void | setRepository(IRepository repository) |
Iterator | sfwExpr(AST _t) |
Iterator | stringExpr(AST _t) |
Iterator | textExpr(AST _t) |
Iterator | unaryExpr(AST _t) |
Iterator | update(AST _t) |
Iterator | updExpr(AST _t) D&R ************************************ |
void | vBinding(AST _t, ArrayList bindingList) |
Iterator | vBindings(AST _t) |
ArrayList | withBindings(AST _t) |
Parameters: _t
Returns:
Throws: RecognitionException
Parameters: _t
Returns:
Throws: RecognitionException
Parameters: _t
Returns:
Throws: RecognitionException
Parameters: _t
Returns:
Throws: RecognitionException
Parameters: _t
Returns:
Throws: RecognitionException
Parameters: _t
Returns:
Throws: RecognitionException