2013-10-18 11:33:46 +00:00
|
|
|
// ino.module.LessOp.8601.package
|
2014-09-02 08:33:54 +00:00
|
|
|
package de.dhbwstuttgart.syntaxtree.operator;
|
2013-10-18 11:33:46 +00:00
|
|
|
// ino.end
|
|
|
|
// ino.module.LessOp.8601.import
|
2015-04-22 19:40:22 +00:00
|
|
|
import de.dhbwstuttgart.typeinference.Menge;
|
2014-09-02 08:33:54 +00:00
|
|
|
|
2014-09-04 14:35:44 +00:00
|
|
|
import de.dhbwstuttgart.myexception.JVMCodeException;
|
2014-09-02 08:33:54 +00:00
|
|
|
import de.dhbwstuttgart.syntaxtree.statement.Binary;
|
|
|
|
import de.dhbwstuttgart.syntaxtree.statement.Expr;
|
2013-10-18 11:33:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ino.class.LessOp.24173.declaration
|
|
|
|
public class LessOp extends RelOp
|
|
|
|
// ino.end
|
|
|
|
// ino.class.LessOp.24173.body
|
|
|
|
{
|
|
|
|
// ino.method.LessOp.24177.definition
|
|
|
|
public LessOp(int offset, int variableLength)
|
|
|
|
// ino.end
|
|
|
|
// ino.method.LessOp.24177.body
|
|
|
|
{
|
|
|
|
super(offset,variableLength);
|
|
|
|
}
|
|
|
|
// ino.end
|
|
|
|
|
|
|
|
}
|
|
|
|
// ino.end
|