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

crypto.extractparameter.transformation.TransformedAllocVal Maven / Gradle / Ivy

package crypto.extractparameter.transformation;

import boomerang.scene.AllocVal;
import boomerang.scene.Statement;
import boomerang.scene.Val;

public class TransformedAllocVal extends AllocVal {

    public TransformedAllocVal(Val delegate, Statement allocStatement, Val allocationVal) {
        super(delegate, allocStatement, allocationVal);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy