d******i 发帖数: 5 | 1 I am a Java beginner, doing homework to make a parser. I want to know how to
find the number of funciton pointers in Java file?
thanks, gao shou! | y**a 发帖数: 13 | 2 What do you mean "function pointer"? Java doesn't have any pointer stuff.
【在 d******i 的大作中提到】 : I am a Java beginner, doing homework to make a parser. I want to know how to : find the number of funciton pointers in Java file? : thanks, gao shou!
| g*****g 发帖数: 34805 | 3 There is no function pointer in Java, your asking for the # makes me
even confused, if you just want to have the functionality of function
pointer such as callbak, use interface.
【在 d******i 的大作中提到】 : I am a Java beginner, doing homework to make a parser. I want to know how to : find the number of funciton pointers in Java file? : thanks, gao shou!
| t***t 发帖数: 6066 | 4 Method class.
【在 d******i 的大作中提到】 : I am a Java beginner, doing homework to make a parser. I want to know how to : find the number of funciton pointers in Java file? : thanks, gao shou!
|
|