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

com.puresoltechnologies.parsers.ust.expressions.LeftShift Maven / Gradle / Ivy

The newest version!
package com.puresoltechnologies.parsers.ust.expressions;

public class LeftShift extends AbstractBinaryOperator {

	private static final long serialVersionUID = -1577433621788208449L;

	public LeftShift(String originalSymbol, Expression operand,
			Expression shiftWidth) {
		super("Left Shift", originalSymbol, operand, shiftWidth);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy