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

com.lyncode.choiceprops.element.ExpressionList Maven / Gradle / Ivy

The newest version!
package com.lyncode.choiceprops.element;

import java.util.ArrayList;

public class ExpressionList extends ArrayList {
	private static final long serialVersionUID = -8811091562386722225L;

	public boolean add (Expression e) {
		super.add(e);
		return true;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy