Searched refs:defaultConstructor (Results 1 – 2 of 2) sorted by relevance
571 Constructor<?> defaultConstructor = null; in parse() local575 if (cons.getParameterTypes().length == 0) defaultConstructor = cons; in parse()578 if (constructor == null && defaultConstructor == null) { in parse()589 final Object instance = defaultConstructor.newInstance(); in parse()
65 val defaultConstructor = PhysicsAnimator.instanceConstructor regex67 val animator = defaultConstructor(target)