The Artima Developer Community
Sponsored Link

Java Answers Forum
java Lexical Scanners

1 reply on 1 page. Most recent reply: Apr 24, 2003 4:17 AM by Singh M.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
kkoti30

Posts: 1
Nickname: killer
Registered: Apr, 2003

java Lexical Scanners Posted: Apr 23, 2003 2:28 AM
Reply to this message Reply
Advertisement
Hi can someone help with a logic to break this problem.

write a program to read a java source file which is misspelled some variables and correct them. write out put to another text file.

i can identify the declared variables in the program but the problem is how to build a logic to find the misspelled varibale in that program.

thanx in advance


Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Re: java Lexical Scanners Posted: Apr 24, 2003 4:17 AM
Reply to this message Reply
> Hi can someone help with a logic to break this problem.
>
> write a program to read a java source file which is
> misspelled some variables and correct them. write out put
> to another text file.
>
> i can identify the declared variables in the program but
> the problem is how to build a logic to find the misspelled
> varibale in that program.
>
> thanx in advance

Finding misspelled variable's will be tough as someone might define the variable in that way. Anyway, the question seems a bit unclear.

Flat View: This topic has 1 reply on 1 page
Topic: How to Convert String to Hex? Previous Topic   Next Topic Topic: Please if you know

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use