Home
last modified time | relevance | path

Searched refs:currMethod_ (Results 1 – 3 of 3) sorted by relevance

/external/jdiff/src/jdiff/
DXMLToAPI.java304 api_.currMethod_ = new MethodAPI(name, rt, isAbstract, isNative, in addMethod()
306 api_.currClass_.methods_.add(api_.currMethod_); in addMethod()
342 api_.currMethod_.params_.add(paramAPI); in addParam()
360 if (api_.currMethod_.exceptions_.compareTo("no exceptions") == 0) in addException()
361 api_.currMethod_.exceptions_ = exceptionId; in addException()
363 api_.currMethod_.exceptions_ += ", " + exceptionId; in addException()
DAPIHandler.java245 api_.currMethod_.doc_ = currentText; in addTextToComments()
247 "." + api_.currMethod_.name_ + "_changed(" + in addTextToComments()
248 api_.currMethod_.getSignature() + ")"; in addTextToComments()
DAPI.java54 public MethodAPI currMethod_ = null; field in API