public class MemberRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,List<Integer>> |
nonPrivateMethods
Record non-private methods and possible parameter counts (negative number means large or equals)
|
List<String> |
nonPrivateNorFinalFields
Record non-private fields
|
Map<String,List<Integer>> |
privateMethods
Record private methods and possible parameter counts (negative number means large or equals)
|
List<String> |
privateOrFinalFields
Record private and final fields
|
| Constructor and Description |
|---|
MemberRecord() |
Copyright © 2022. All rights reserved.