field visibility

This commit is contained in:
Renaud Pawlak 2017-07-19 16:00:39 +02:00
parent 27ebaee1dd
commit 6da5f7391b

View File

@ -62,8 +62,8 @@ import com.sun.tools.javac.tree.JCTree.JCStatement;
*/
public class OverloadScanner extends AbstractTreeScanner {
Types types;
int pass = 1;
private Types types;
private int pass = 1;
/**
* Gathers methods overloading each other.