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

com.jdiai.jsdriver.BCF Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
package com.jdiai.jsdriver;

import com.jdiai.jsbuilder.IJSBuilder;

public class BCF {
    public IJSBuilder builder;
    public String context;
    public boolean hasFunction;

    public BCF(String context, IJSBuilder builder, boolean hasFunction) {
        this.context = context;
        this.builder = builder;
        this.hasFunction = hasFunction;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy