Home
last modified time | relevance | path

Searched defs:hasPrimitives (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodType.java75 public boolean hasPrimitives() { return false; } in hasPrimitives() method in MethodType
/libcore/ojluni/annotations/sdk/nullability/java/lang/invoke/
DMethodType.annotated.java64 public boolean hasPrimitives() { throw new RuntimeException("Stub!"); } in hasPrimitives() method in MethodType
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodTypeForm.java302 public boolean hasPrimitives() { in hasPrimitives() method in MethodTypeForm