Searched defs:NO_ARGS (Results 1 – 5 of 5) sorted by relevance
38 #define NO_ARGS ">0" macro40 #define NO_ARGS 0 macro
47 private static final Object[] NO_ARGS = {}; field in AbstractInvocationHandler
68 private static final Class<?>[] NO_ARGS = new Class<?>[0]; field in ShadowWrangler
62 public static final Type[] NO_ARGS = new Type[0]; // EMPTY, so immutable field in Type
393 final Object[] NO_ARGS = new Object[0]; in execute() local