com.yworks.yguard.obf.classfile.InvokeDynamicCpInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of retroguard Show documentation
Show all versions of retroguard Show documentation
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
package com.yworks.yguard.obf.classfile;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
/**
* Representation of a 'invokedynamic' entry in the ConstantPool.
*
* @author Sebastian Rheinnecker, yworks
*/
public class InvokeDynamicCpInfo extends AbstractDynamicCpInfo {
protected InvokeDynamicCpInfo() {
super(CONSTANT_InvokeDynamic);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy