Interface OperationExpr

All Superinterfaces:
AstNode, Expr
All Known Implementing Classes:
ArithmeticOperationExpr, AssignmentOperationExpr, LogicalOperationExpr, RelationalOperationExpr, UnaryOperationExpr

public interface OperationExpr extends Expr
  • Method Details