1 /* $Id: ExprOperandDef.java,v 1.2 2004/05/20 14:23:51 bures Exp $ */2 package SOFA.SOFAnode.Made.TIR;3 4 /** Operand in expressions. It's superinterface of all concrete operands. */5 public interface ExprOperandDef extends ExprOperDef {6 7 }8