blob: b33dd1ea208324db78ff7d2f3d6480399330fe14 [file] [log] [blame]
/*******************************************************************************
* Crown Copyright (c) 2006, 2008, Copyright (c) 2006, 2008 Kestral Computing P/L.
* 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:
* Kestral Computing P/L - initial implementation
*******************************************************************************/
package org.eclipse.uomo.ucum.parsers;
public enum TokenType {
NONE,
NUMBER,
SYMBOL,
SOLIDUS,
PERIOD,
OPEN,
CLOSE;
}