public class NextValExpression extends ASTNodeAccessImpl implements Expression
| 限定符和类型 | 字段和说明 |
|---|---|
static Pattern |
NEXT_VALUE_PATTERN |
| 构造器和说明 |
|---|
NextValExpression(List<String> nameList,
String image) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getName() |
List<String> |
getNameList() |
boolean |
isUsingNextValueFor() |
void |
setUsingNextValueFor(boolean usingNextValueFor) |
String |
toString() |
NextValExpression |
withNextValueFor(boolean usingNextValueFor) |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic static final Pattern NEXT_VALUE_PATTERN
public boolean isUsingNextValueFor()
public void setUsingNextValueFor(boolean usingNextValueFor)
public NextValExpression withNextValueFor(boolean usingNextValueFor)
public String getName()
public void accept(ExpressionVisitor expressionVisitor)
accept 在接口中 ExpressionCopyright © 2026. All rights reserved.