aspose file tools
The moose likes Java in General and the fly likes match(int arg0) function of parser class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "match(int arg0) function of parser class" Watch "match(int arg0) function of parser class" New topic
Author

match(int arg0) function of parser class

prateek sharmaa
Ranch Hand

Joined: May 15, 2010
Posts: 38
hi all,
does anyone know about the match(int arg0) function and predicate function of parser class. currently i am working on parser and this is my first time with parser so i got stuck at these functions...........i tried googling but didn't get any reference.

please help me modifying my parser.


thanks and regards,
prateek sharma.
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
You might want to tell us what "parser" class that is you're talking about. The JRE class libraries have no class of that name.
prateek sharmaa
Ranch Hand

Joined: May 15, 2010
Posts: 38
i am using antlr-2.7.5.jar and in this jar parser.class file is there which contains the match method...
now can you help me??
prateek sharmaa
Ranch Hand

Joined: May 15, 2010
Posts: 38
hi does anyone know about match method of antlr-2.7.5.jar.......that will really be helpful for me........thnx
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
Antlr has no class "parser"; it does have both org.antlr.runtime.Parser and antlr.Parser, though. Are you asking about one of these? What exactly is the problem you're facing? What do you have, and where are you stuck making progress?
prateek sharmaa
Ranch Hand

Joined: May 15, 2010
Posts: 38
actually in my project we have used that function match(int arg0) to parse the string. but the method which is using the match(int arg0) is not proper and returning wrong result.....so i want to know the functionality of the match(int arg0) method that what this method do so that i can understand the functionality of our method.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: match(int arg0) function of parser class
 
Similar Threads
phone listener is not working properly
Filtering List
mouse movement capture
listeners
Returning a Value from a Post