[antlr-interest] action syntax - "#"
    frank uno 
    omni_consumers at yahoo.com
       
    Tue Mar  7 16:41:10 PST 2006
    
    
  
Hi all
We are working with a part of the ANTLR grammar for
XQuery from the eXist project. 
We are unable to find any documentation for the symbol
- "#" used in the action syntax part.
For Example:
quantifiedInVarBinding throws XPathException
{ String varName; }:
	DOLLAR! varName=qName! ( typeDeclaration )? "in"!
exprSingle
	{ #quantifiedInVarBinding = #(#[VARIABLE_BINDING,
varName], #quantifiedInVarBinding); }
	;
Any help would be greatly appreaciated.
---
Thank You
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
    
    
More information about the antlr-interest
mailing list