Home
last modified time | relevance | path

Searched defs:isAMethod (Results 1 – 1 of 1) sorted by relevance

/dports/java/jd-gui/jd-gui-1.6.6/services/src/main/java/org/jd/gui/view/component/
H A DTypePage.java495 public boolean isAMethod() { return (descriptor != null) && descriptor.charAt(0) == '('; } in isAMethod() method in TypePage.DeclarationData
537 boolean isAMethod() { return (descriptor != null) && descriptor.charAt(0) == '('; } in isAMethod() method in TypePage.ReferenceData