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

org.jsimpledb.parse.expr.AbstractLValue Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version

/*
 * Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
 */

package org.jsimpledb.parse.expr;

/**
 * Abstract {@link LValue} implementation. Useful for creating anonymous inner classes.
 */
public abstract class AbstractLValue extends AbstractValue implements LValue {

    protected AbstractLValue() {
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy