Package com.sun.jdo.api.persistence.enhancer.classfile

Examples of com.sun.jdo.api.persistence.enhancer.classfile.ConstClass


    /**
     * Return the class name in VM form
     */
    public String className() {
        ConstClass cname = theClass.className();
        return (cname == null) ? null : cname.asString();
    }
View Full Code Here


    /**
     * Return the class name in VM form
     */
    public String className() {
        ConstClass cname = theClass.className();
        return (cname == null) ? null : cname.asString();
    }
View Full Code Here

TOP

Related Classes of com.sun.jdo.api.persistence.enhancer.classfile.ConstClass

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.