Package alt.jiapi.file

Examples of alt.jiapi.file.Interface


        ConstantPool cp = clazz.getConstantPool();
        List l = clazz.getInterfaces();

        String[] iNames = new String[l.size()];
        for (int i = 0; i < iNames.length; i++) {
            Interface iFace = (Interface)l.get(i);

            iNames[i] = iFace.getName();
        }

        return iNames;
    }
View Full Code Here

TOP

Related Classes of alt.jiapi.file.Interface

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.