/*
* This file is part or JMathLib
*
* Check it out at http://www.jmathlib.de
*
* Author:
* (c) 2005-2009
*/
package jmathlib.core.tokens.numbertokens;
import jmathlib.core.tokens.NumberToken;
public class SingleNumberToken extends NumberToken
{
} // end SingleNumberToken