public void Run(IBackgroundTaskInstance taskInstance) { // Check the task cost var cost = BackgroundWorkCost.CurrentBackgroundWorkCost; if (cost == BackgroundWo...
import org.eclipse.jface.text.rules.Token; //导入依赖的package包/类 @Override public IToken nextToken() { if (currentTemplateTextToken != null) { if (currentTem...