Home
last modified time | relevance | path

Searched defs:enclosingScope (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/binder/bound/
DSourceTypeBoundClass.java49 private final CompoundScope enclosingScope; field in SourceTypeBoundClass
68 CompoundScope enclosingScope, in SourceTypeBoundClass()
177 public CompoundScope enclosingScope() { in enclosingScope() method in SourceTypeBoundClass
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java165 CompoundScope enclosingScope = in bind() local