c2nes / javalang

Pure Python Java parser and tools
MIT License
737 stars 161 forks source link

userIdList.stream().map(AnonymizeUtil::anonyAll) The anonyAll method is parsed into MemberReference type,How to get method parameters? #84

Open zxl941202 opened 4 years ago

lyriccoder commented 3 years ago

you need to find such the name in AnonymizeUtil class. This framework doesn't support parameter extraction for Member reference.

a = new String() a will have no type here, you won't find it