undeprecated

This commit is contained in:
Alexey Kudravtsev
2011-07-15 13:23:56 +04:00
parent 41b3ea788d
commit 37ff74f366
@@ -21,9 +21,8 @@ import com.intellij.psi.tree.IElementType;
/**
* Represents a Java binary expression (addition, multiplication and so on).
* @deprecated Use {@link PsiPolyadicExpression} instead.
* N.B Please use {@link PsiPolyadicExpression} instead as a more general form of an infix operator-expression.
*/
@Deprecated
public interface PsiBinaryExpression extends PsiExpression, PsiPolyadicExpression {
/**
* Returns the left operand of the expression.