Package org.cojen.classfile.attribute

Examples of org.cojen.classfile.attribute.UnknownAttr


                }
            }

            // Default case, return attribute that captures the data, but
            // doesn't decode it.
            return new UnknownAttr(cp, name, length, din);
        }
View Full Code Here


                }
            }

            // Default case, return attribute that captures the data, but
            // doesn't decode it.
            return new UnknownAttr(cp, name, length, din);
        }
View Full Code Here

TOP

Related Classes of org.cojen.classfile.attribute.UnknownAttr

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.