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

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DScopeImpl.java32 public final class ScopeImpl implements DebugContext.Scope { class in inherits:DebugContext.Scope
141 ScopeImpl(DebugContext owner, Thread thread) { method in class:ScopeImpl
145 ScopeImpl(DebugContext owner, String unqualifiedName, ScopeImpl parent, boolean sandbox, Object... context) { method in class:ScopeImpl
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DScope.java273 private static class ScopeImpl extends WriteableScope { class in class:Scope
314 private ScopeImpl(ScopeImpl next, Symbol owner, Entry[] table) { method in class:Scope.ScopeImpl
323 private ScopeImpl(ScopeImpl next, Symbol owner, Entry[] table, int nelems) { method in class:Scope.ScopeImpl
331 public ScopeImpl(Symbol owner) { method in class:Scope.ScopeImpl
[all...]

Completed in 92 milliseconds