Package sun.jvm.hotspot.oops

Examples of sun.jvm.hotspot.oops.FieldIdentifier


        buf.append(name());
        return buf.toString();
    }

    public String name() {
        FieldIdentifier myName =  saField.getID();
        return myName.getName();
    }
View Full Code Here

TOP

Related Classes of sun.jvm.hotspot.oops.FieldIdentifier

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.