Package fr.xlim.ssd.capmanipulator.library

Examples of fr.xlim.ssd.capmanipulator.library.ExternalStaticMethodRef


            ((InternalStaticMethodRef) staticMethodRef).setPadding(buf);
            ((InternalStaticMethodRef) staticMethodRef).setOffset(in.readShort());

        } else {
            //case of an externalStaticMethodRef
            staticMethodRef = new ExternalStaticMethodRef();
            ((ExternalStaticMethodRef) staticMethodRef).setPackageToken(buf);
            ((ExternalStaticMethodRef) staticMethodRef).setClassToken(in.readByte());
            ((ExternalStaticMethodRef) staticMethodRef).setToken(in.readByte());

        }
View Full Code Here

TOP

Related Classes of fr.xlim.ssd.capmanipulator.library.ExternalStaticMethodRef

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.