mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
undeprecated
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user