Package squirrel_util

Examples of squirrel_util.AssertException


    }
    if (i > 0)
    s2 = s2.substring(i);
    break;
  default :
    throw new AssertException("This point should not be reached.");
  }
  }
}
Lang.ASSERT(s2 == null, "(tok == null) vioalted");
return stringbuffer.toString();
View Full Code Here

TOP

Related Classes of squirrel_util.AssertException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.