Searched defs:JConstructor (Results 1 – 1 of 1) sorted by relevance
120 struct JConstructor : private JMethod<F> { struct124 JConstructor(const JMethod<F>& other) : JMethod<F>(other.getId()) {} in JConstructor() argument125 friend class JClass;