Searched refs:currCtor_ (Results 1 – 3 of 3) sorted by relevance
287 api_.currCtor_ = new ConstructorAPI(name, t, modifiers); in addCtor()288 api_.currClass_.ctors_.add(api_.currCtor_); in addCtor()340 api_.currCtor_.params_.add(paramAPI); in addParam()365 if (api_.currCtor_.exceptions_.compareTo("no exceptions") == 0) in addException()366 api_.currCtor_.exceptions_ = exceptionId; in addException()368 api_.currCtor_.exceptions_ += ", " + exceptionId; in addException()
237 api_.currCtor_.doc_ = currentText; in addTextToComments()240 if (api_.currCtor_.getSignature().compareTo("void") == 0) in addTextToComments()243 commentID = commentID + api_.currCtor_.getSignature() + ")"; in addTextToComments()
52 public ConstructorAPI currCtor_ = null; field in API