Searched defs:staticImport (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2705 * @param staticImport Whether or not this was a static import
2716 * @param staticImport Whether or not this was a static import
2718 private boolean checkUniqueImport(DiagnosticPosition pos, Symbol sym, Scope s, boolean staticImport) { argument
2728 if (staticImport)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java506 public boolean staticImport; field in class:JCTree.JCImport
510 this.staticImport = importStatic;
515 public boolean isStatic() { return staticImport; }
2103 JCImport Import(JCTree qualid, boolean staticImport); argument

Completed in 985 milliseconds