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

com.github.t3t5u.common.expression.IntegerLiteral Maven / Gradle / Ivy

package com.github.t3t5u.common.expression;

import java.text.NumberFormat;

@SuppressWarnings("serial")
public class IntegerLiteral extends NumberLiteral {
	IntegerLiteral(final Integer value, final NumberFormat format) {
		super(Integer.class, value, format);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy