Searched refs:SigMethod (Results 1 – 5 of 5) sorted by relevance
27 public class SigMethod extends SigExecutableMember implements IMethod, class32 public SigMethod(String name) { in SigMethod() method in SigMethod47 return SigMethod.toString(this); in toString()
22 import signature.model.impl.SigMethod;46 return "(" + SigMethod.toString(this) + " : " + mappings + " )"; in toString()
70 $SigMethod(element=element)$73 SigMethod(element) ::= <<
82 import signature.model.impl.SigMethod;370 Set<SigMethod> methods = Collections.emptySet(); in convertClass()414 for (SigMethod method : methods) { in convertClass()580 private Set<SigMethod> convertMethods(List<DexMethod> methods) { in convertMethods()581 Set<SigMethod> sigMethods = new HashSet<SigMethod>(); in convertMethods()674 public SigMethod convertMethod(DexMethod dexMethod) { in convertMethod()675 SigMethod method = new SigMethod(dexMethod.getName()); in convertMethod()
58 import signature.model.impl.SigMethod;499 private Stack<SigMethod> currentMethod = new Stack<SigMethod>();502 SigMethod m = new SigMethod(method.name()); in convertMethod()