Martinho0330 / javaparser

Automatically exported from code.google.com/p/javaparser
0 stars 0 forks source link

method to get rawType #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you parse

"Map<Integer, String> map", I get a ClassOrInterfaceType corresponding to 
"Map<Integer, String>". There is no easy way to extract the "Map" from it. For 
now, I am looking for "<" and dealing with it.

Original issue reported on code.google.com by mur...@google.com on 6 Sep 2012 at 12:56