public class PrivateAccessChecker extends Object
| Constructor and Description |
|---|
PrivateAccessChecker(String className,
List<String> privateOrFinalFields,
List<String> privateMethods) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(com.sun.tools.javac.tree.JCTree.JCMethodInvocation invocation) |
Copyright © 2021. All rights reserved.