blob: 294a7fcadaca9e75b71f91d3b29333bc4186ebc0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2012 Oracle Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Oracle Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.bpel.ui.editors.xpath.rules;
import org.eclipse.jface.text.rules.ICharacterScanner;
/**
* @author Michal Chmielewski (michal.chmielewski@oracle.com)
* @date Nov 27, 2006
*
*/
public interface ITokenContext {
public boolean check (ICharacterScanner scanner);
}