Searched defs:cons (Results 1 – 14 of 14) sorted by relevance
99 Constructor<?>[] cons = cls.getDeclaredConstructors(); in assertImmutable() local
235 Constructor<?> cons = certClass.getConstructor(params); in getInst() local
128 Constructor<?> cons = extClass.getConstructor(params); in getGNI() local
122 Constructor<?> cons = extClass.getConstructor(PARAMS); in parseExtension() local
108 Constructor<?> cons = extClass.getConstructor(PARAMS); in parseExtension() local
97 private static java.io.Console cons; field in Console
387 private java.lang.reflect.Constructor<?> cons; field in ObjectStreamClass683 public MemberSignature(java.lang.reflect.Constructor<?> cons) { in MemberSignature()
626 private static Console cons; field in Console
188 private Constructor<?> cons; field in ObjectStreamClass1441 Constructor<?> cons = cl.getDeclaredConstructor((Class<?>[]) null); in getExternalizableConstructor() local1463 Constructor<?> cons = initCl.getDeclaredConstructor((Class<?>[]) null); in getSerializableConstructor() local1903 Constructor<?>[] cons = cl.getDeclaredConstructors(); in computeDefaultSUID() local2041 public MemberSignature(Constructor<?> cons) { in MemberSignature()
886 final Constructor<?> cons = cl.getConstructor(constructorParams); in newProxyInstance() local
2864 public boolean tryAdvance(Consumer<? super String> cons) { in tryAdvance()2976 public boolean tryAdvance(Consumer<? super MatchResult> cons) { in tryAdvance()
1960 Constructor cons = UnreflectTester.class.getConstructor(String.class, boolean.class); in testRevealDirect() local2053 Constructor cons = UnreflectTester.class.getConstructor(String.class, boolean.class); in testReflectAs() local
299 private static volatile java.io.Console cons; field in System
202 private static volatile Console cons = null; field in System