
org.jsimpledb.parse.expr.AbstractLValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsimpledb-parse Show documentation
Show all versions of jsimpledb-parse Show documentation
JSimpleDB classes for parsing Java expressions.
/*
* 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