MCPcopy Create free account
hub / github.com/BaseXdb/basex / varRef

Method varRef

basex-core/src/main/java/org/basex/query/QueryParser.java:2953–2956  ·  view source on GitHub ↗

Parses a variable reference. @return variable reference @throws QueryException query exception

()

Source from the content-addressed store, hash-verified

2951 * @throws QueryException query exception
2952 */
2953 private ParseExpr varRef() throws QueryException {
2954 final InputInfo ii = info();
2955 return localVars.resolve(varName(), ii);
2956 }
2957
2958 /**
2959 * Parses the "ParenthesizedExpr" rule.

Callers 3

arrowMethod · 0.95
primaryMethod · 0.95
keySpecifierMethod · 0.95

Calls 3

infoMethod · 0.95
varNameMethod · 0.95
resolveMethod · 0.65

Tested by

no test coverage detected