[antlr-interest] A question about treeprser?

achilles7686 achilles7686 at yahoo.com
Sun Dec 12 18:12:30 PST 2004




 Dear antlr-interest,

 I want to have the pr_ModuleParList rule return an StringBuffer 
result ,but I don't know how to assign the return value when it is 
enclosed .


pr_TTCN3Module returns [StringBuffer output]
{
output=new StringBuffer();
StringBuffer retStr;
}
:
	#(
	TTCN3Module 
	retStr=pr_TTCN3ModuleId 
	 ( pr_ModuleParList )*
	)
{
        output.append(retStr);
};








 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
    antlr-interest-unsubscribe at yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 





More information about the antlr-interest mailing list