Home
last modified time | relevance | path

Searched defs:parameterList (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DTypeDescriptor.java143 List<F> parameterList(); in parameterList() method
/libcore/ojluni/src/main/java/java/lang/constant/
DMethodTypeDesc.java102 List<ClassDesc> parameterList(); in parameterList() method
DMethodTypeDescImpl.java93 public List<ClassDesc> parameterList() { in parameterList() method in MethodTypeDescImpl
/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodType.java93 public List<Class<?>> parameterList() { return null; } in parameterList() method in MethodType
/libcore/ojluni/annotations/sdk/nullability/java/lang/invoke/
DMethodType.annotated.java82 public java.util.List<java.lang.Class<?>> parameterList() { throw new RuntimeException("Stub!"); } in parameterList() method in MethodType