// ino.module.AndOp.8595.package package de.dhbwstuttgart.syntaxtree.operator; import de.dhbwstuttgart.syntaxtree.statement.Expr; import de.dhbwstuttgart.syntaxtree.type.BooleanType; import de.dhbwstuttgart.syntaxtree.type.IntegerType; import de.dhbwstuttgart.syntaxtree.type.Type; import de.dhbwstuttgart.typeinference.ConstraintsSet; import de.dhbwstuttgart.typeinference.SingleConstraint; import de.dhbwstuttgart.typeinference.assumptions.TypeAssumptions; // ino.class.AndOp.24101.declaration public class AndOp extends LogOp // ino.end // ino.class.AndOp.24101.body { // ino.method.AndOp.24105.definition public AndOp(int offset, int variableLength) // ino.end // ino.method.AndOp.24105.body { super(offset,variableLength); } // ino.end } // ino.end