use of platformSpecific.fakeInternet.ActionType in project L42 by ElvisResearchGroup.
the class Plugin method MremoveImplementation£xthat£xpath£xselector.
@ActionType({ ActionType.NormType.Library, ActionType.NormType.Library, ActionType.NormType.Library, ActionType.NormType.Library })
public Object MremoveImplementation£xthat£xpath£xselector(Object _that, Object _path, Object _sel) {
ClassB that = ensureExtractClassB(_that);
List<Ast.C> path = PathAux.parseValidCs(ensureExtractStringU(_path));
MethodSelector sel = MethodSelector.parse(ensureExtractStringU(_sel));
return Abstract.toAbstract(Resources.getP(), that, path, sel, null);
}
Aggregations