Searched refs:currMethod_ (Results 1 – 3 of 3) sorted by relevance
300 api_.currMethod_ = new MethodAPI(name, rt, isAbstract, isNative, in addMethod()302 api_.currClass_.methods_.add(api_.currMethod_); in addMethod()334 api_.currMethod_.params_.add(paramAPI); in addParam()351 if (api_.currMethod_.exceptions_.compareTo("no exceptions") == 0) in addException()352 api_.currMethod_.exceptions_ = exceptionId; in addException()354 api_.currMethod_.exceptions_ += ", " + exceptionId; in addException()
244 api_.currMethod_.doc_ = currentText; in addTextToComments()246 "." + api_.currMethod_.name_ + "_changed(" + in addTextToComments()247 api_.currMethod_.getSignature() + ")"; in addTextToComments()
54 public MethodAPI currMethod_ = null; field in API