/* * 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 UInt64NumberToken extends NumberToken { } // end UInt64NumberToken