public class IntegerDivision extends BinaryExpression
| 构造器和说明 |
|---|
IntegerDivision() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getStringExpression() |
IntegerDivision |
withLeftExpression(Expression arg0) |
IntegerDivision |
withRightExpression(Expression arg0) |
getLeftExpression, getLeftExpression, getRightExpression, getRightExpression, setLeftExpression, setRightExpression, toStringgetASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic void accept(ExpressionVisitor expressionVisitor)
public String getStringExpression()
getStringExpression 在类中 BinaryExpressionpublic IntegerDivision withLeftExpression(Expression arg0)
withLeftExpression 在类中 BinaryExpressionpublic IntegerDivision withRightExpression(Expression arg0)
withRightExpression 在类中 BinaryExpressionCopyright © 2026. All rights reserved.