Searched defs:context (Results 1 – 8 of 8) sorted by relevance
44 public void start(BundleContext context) throws Exception { in start()55 public void stop(BundleContext context) throws Exception { in stop()
35 public EditPart createEditPart(EditPart context, Object model) { in createEditPart()
49 public EditPart createEditPart(EditPart context, Object model) { in createEditPart()
33 public ProfileData(MethodData context, MethodData element, in ProfileData()
245 MethodData context = ps.getContext(); in getColumnText() local263 MethodData context = pd.getContext(); in getColumnText() local
132 public void start(BundleContext context) throws Exception { in start()254 public void stop(BundleContext context) throws Exception { in stop()
224 public void start(BundleContext context) throws Exception { in start()391 public void stop(BundleContext context) throws Exception { in stop()
100 Expression context = methodHasContextArgument(node); in visit() local