Searched refs:checkLocal (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/test/tools/javac/6402516/
H A DCheckClass.java47 protected boolean checkLocal(Scope s, String ref) { method in class:CheckClass
48 //System.err.println("checkLocal: " + s + " " + ref + " " + s.getEnclosingClass());
H A DCheckMethod.java47 protected boolean checkLocal(Scope s, String ref) { method in class:CheckMethod
48 //System.err.println("checkLocal: " + s + " " + ref + " " + s.getEnclosingMethod());
H A DChecker.java77 // default impl: split ref at ";" and call checkLocal(scope, ref_segment) on scope and its enclosing scopes
105 return checkLocal(s, local.trim())
110 boolean checkLocal(Scope s, String ref) { method in class:Checker
H A DCheckLocalElements.java47 protected boolean checkLocal(Scope s, String ref) { method in class:CheckLocalElements

Completed in 41 milliseconds