Searched refs:methodItem (Results 1 – 4 of 4) sorted by relevance
52 public int compareTo(MethodItem methodItem) { in compareTo() argument53 int result = super.compareTo(methodItem); in compareTo()56 if (methodItem instanceof LabelMethodItem) { in compareTo()57 result = labelPrefix.compareTo(((LabelMethodItem)methodItem).labelPrefix); in compareTo()
49 public int compareTo(MethodItem methodItem) { in compareTo() argument50 int result = ((Integer) codeAddress).compareTo(methodItem.codeAddress); in compareTo()53 return ((Double)getSortOrder()).compareTo(methodItem.getSortOrder()); in compareTo()
239 for (MethodItem methodItem: methodItems) { in writeTo()240 if (methodItem.writeTo(writer)) { in writeTo()409 … MethodItem methodItem = InstructionMethodItemFactory.makeInstructionFormatMethodItem(this, in addInstructionMethodItems() local412 methodItems.add(methodItem); in addInstructionMethodItems()482 MethodItem methodItem = InstructionMethodItemFactory.makeInstructionFormatMethodItem( in addAnalyzedInstructionMethodItems() local485 methodItems.add(methodItem); in addAnalyzedInstructionMethodItems()
114 …final MethodItem methodItem = new MethodItem (classItem, m, method.getName (), method.getDescripto… in getView() local117 classItem.addChild (methodItem); in getView()