// ino.module.DivideOp.8596.package package de.dhbwstuttgart.syntaxtree.operator; // ino.end // ino.module.DivideOp.8596.import import de.dhbwstuttgart.typeinference.Menge; import de.dhbwstuttgart.myexception.JVMCodeException; import de.dhbwstuttgart.syntaxtree.SyntaxTreeNode; import de.dhbwstuttgart.syntaxtree.statement.Binary; import de.dhbwstuttgart.syntaxtree.statement.Expr; // ino.class.DivideOp.24108.declaration public class DivideOp extends MulOp // ino.end // ino.class.DivideOp.24108.body { // ino.method.DivideOp.24112.definition public DivideOp(int offset, int variableLength) // ino.end // ino.method.DivideOp.24112.body { super(offset,variableLength); } // ino.end } // ino.end