Home
last modified time | relevance | path

Searched defs:opens (Results 1 – 6 of 6) sorted by relevance

/external/turbine/java/com/google/turbine/binder/bound/
DModuleInfo.java33 private final ImmutableList<OpenInfo> opens; field in ModuleInfo
44 ImmutableList<OpenInfo> opens, in ModuleInfo()
83 public ImmutableList<OpenInfo> opens() { in opens() method in ModuleInfo
DSourceModuleInfo.java41 ImmutableList<OpenInfo> opens, in SourceModuleInfo()
/external/turbine/java/com/google/turbine/binder/
DModuleBinder.java108 ImmutableList.Builder<ModuleInfo.OpenInfo> opens = ImmutableList.builder(); in bind() local
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java770 private final ImmutableList<OpenInfo> opens; field in ClassFile.ModuleInfo
780 ImmutableList<OpenInfo> opens, in ModuleInfo()
813 public ImmutableList<OpenInfo> opens() { in opens() method in ClassFile.ModuleInfo
DClassReader.java252 ImmutableList.Builder<ClassFile.ModuleInfo.OpenInfo> opens = ImmutableList.builder(); in readModule() local
/external/turbine/java/com/google/turbine/lower/
DLower.java208 ImmutableList.Builder<ClassFile.ModuleInfo.OpenInfo> opens = ImmutableList.builder(); in lowerModule() local