Searched refs:hiddenMethods (Results 1 – 2 of 2) sorted by relevance
362 ArrayList<MethodInfo> hiddenMethods = new ArrayList<MethodInfo>(); in getHiddenMethods()366 hiddenMethods.add(methodInfo); in getHiddenMethods()370 return hiddenMethods.toArray(new MethodInfo[hiddenMethods.size()]); in getHiddenMethods()
75 private Map<CtMethod,String> hiddenMethods; // must be synchronous field in CtClassType91 hiddenMethods = null; in CtClassType()1785 if (hiddenMethods == null) in getHiddenMethods()1786 hiddenMethods = new Hashtable<CtMethod,String>(); in getHiddenMethods()1788 return hiddenMethods; in getHiddenMethods()