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

org.mvel2.asm.attrs.package.html Maven / Gradle / Ivy

Go to download

MVEL is a powerful expression language for Java-based applications. It provides a plethora of features and is suited for everything from the smallest property binding and extraction, to full blown scripts.

There is a newer version: 2.5.2.Final
Show newest version



Provides an implementation for optional class, field and method attributes.

By default ASM strips optional attributes, in order to keep them in the bytecode that is being readed you should pass an array of required attribute instances to {@link org.mvel2.asm.ClassReader#accept(org.mvel2.asm.ClassVisitor, org.mvel2.asm.Attribute[], boolean) ClassReader.accept()} method. In order to add custom attributes to the manually constructed bytecode concrete subclasses of the {@link org.mvel2.asm.Attribute Attribute} can be passed to the visitAttribute methods of the {@link org.mvel2.asm.ClassVisitor ClassVisitor}, {@link org.mvel2.asm.FieldVisitor FieldVisitor} and {@link org.mvel2.asm.MethodVisitor MethodVisitor} interfaces. @since ASM 1.4.1





© 2015 - 2024 Weber Informatics LLC | Privacy Policy