Package haikuvm.bench.from.darjeeling.testvm.classes

Examples of haikuvm.bench.from.darjeeling.testvm.classes.B


  private static void checkcastTest(int testBase)
  {
    // check cast
    Object a = new A();
    Object b = new B();
    Object c = new C();
    Object d = new D();

    Object o = b;
    a = (A)o;
View Full Code Here

TOP

Related Classes of haikuvm.bench.from.darjeeling.testvm.classes.B

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.