Home
last modified time | relevance | path

Searched defs:interfaceTypes (Results 1 – 9 of 9) sorted by relevance

/external/turbine/java/com/google/turbine/binder/bound/
DSourceTypeBoundClass.java46 private final ImmutableList<Type> interfaceTypes; field in SourceTypeBoundClass
58 ImmutableList<Type> interfaceTypes, in SourceTypeBoundClass()
143 public ImmutableList<Type> interfaceTypes() { in interfaceTypes() method in SourceTypeBoundClass
DTypeBoundClass.java39 ImmutableList<Type> interfaceTypes(); in interfaceTypes() method
/external/turbine/javatests/com/google/turbine/binder/bytecode/
DBytecodeBoundClassTest.java55 public void interfaceTypes() { in interfaceTypes() method in BytecodeBoundClassTest
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBoundClass.java282 private final Supplier<ImmutableList<Type>> interfaceTypes = field in BytecodeBoundClass
306 public ImmutableList<Type> interfaceTypes() { in interfaceTypes() method in BytecodeBoundClass
/external/turbine/java/com/google/turbine/binder/
DCanonicalTypeBinder.java55 ImmutableList.Builder<Type> interfaceTypes = ImmutableList.builder(); in bind() local
DTypeBinder.java179 ImmutableList.Builder<Type> interfaceTypes = ImmutableList.builder(); in bind() local
/external/doclava/src/com/google/doclava/
DPackageInfo.java443 ArrayList<TypeInfo> interfaceTypes = original.interfaceTypes(); in createDeltaClass() local
459 ret.init(original.type(), interfaces, interfaceTypes, innerClasses, in createDeltaClass() local
DClassInfo.java146 ArrayList<TypeInfo> interfaceTypes, ArrayList<ClassInfo> innerClasses, in init()
1069 ArrayList<TypeInfo> interfaceTypes() { in interfaceTypes() method in ClassInfo
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java83 ImmutableList<Type> interfaceTypes = in hello() local