All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.anilople.javajvm.classfile.attributes.MethodParametersAttribute Maven / Gradle / Ivy

The newest version!
package com.github.anilople.javajvm.classfile.attributes;

import com.github.anilople.javajvm.classfile.ClassFile;

public class MethodParametersAttribute extends AttributeInfo {

    public MethodParametersAttribute(ClassFile classFile, short attributeNameIndex, int attributeLength, byte[] info) {
        super(classFile, attributeNameIndex, attributeLength, info);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy