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.java51 private final CompoundScope enclosingScope; field in SourceTypeBoundClass
72 CompoundScope enclosingScope, in SourceTypeBoundClass()
193 public CompoundScope enclosingScope() { in enclosingScope() method in SourceTypeBoundClass
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java172 CompoundScope enclosingScope = in bind() local