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

net.thevpc.nuts.toolbox.nsh.jshell.parser.AbstractContext Maven / Gradle / Ivy

There is a newer version: 0.8.3.1
Show newest version
package net.thevpc.nuts.toolbox.nsh.jshell.parser;

public abstract class AbstractContext implements Context {
    protected final JShellParser reader;

    public AbstractContext(JShellParser reader) {
        this.reader = reader;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy