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

/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java1061 protected String debugName; field in class:ConstantPool.Index
1067 protected Index(String debugName) { argument
1070 protected Index(String debugName, Entry[] cpMap) { argument
1078 protected Index(String debugName, Collection<Entry> cpMapList) { argument
1218 makeIndex(String debugName, Entry[] cpMap) argument
1223 makeIndex(String debugName, Collection<Entry> cpMapList) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DResolve.java3683 final String debugName; field in class:Resolve.ResolveError
3685 ResolveError(Kind kind, String debugName) { argument
3753 InvalidSymbolError(Kind kind, Symbol sym, String debugName) { argument
3787 SymbolNotFoundError(Kind kind, String debugName) { argument
3875 protected InapplicableSymbolError(Kind kind, String debugName, MethodResolutionContex argument
[all...]

Completed in 70 milliseconds