Home
last modified time | relevance | path

Searched defs:isVarArgs (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DExecutable.annotated.java58 public boolean isVarArgs() { throw new RuntimeException("Stub!"); } in isVarArgs() method in Executable
DConstructor.annotated.java64 public boolean isVarArgs() { throw new RuntimeException("Stub!"); } in isVarArgs() method in Constructor
DParameter.annotated.java57 public boolean isVarArgs() { throw new RuntimeException("Stub!"); } in isVarArgs() method in Parameter
DMethod.annotated.java70 public boolean isVarArgs() { throw new RuntimeException("Stub!"); } in isVarArgs() method in Method
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleInfo.java225 public default boolean isVarArgs() { in isVarArgs() method
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DParameter.java90 public boolean isVarArgs() { in isVarArgs() method in Parameter
DConstructor.java126 public boolean isVarArgs() { in isVarArgs() method in Constructor
DExecutable.java120 public boolean isVarArgs() { in isVarArgs() method in Executable
/libcore/ojluni/src/main/java/java/lang/reflect/
DMethod.java439 public boolean isVarArgs() { in isVarArgs() method in Method
DConstructor.java363 public boolean isVarArgs() { in isVarArgs() method in Constructor
DParameter.java265 public boolean isVarArgs() { in isVarArgs() method in Parameter
DExecutable.java485 public boolean isVarArgs() { in isVarArgs() method in Executable