javalang
javalang copied to clipboard
userIdList.stream().map(AnonymizeUtil::anonyAll) The anonyAll method is parsed into MemberReference type,How to get method parameters?
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