public class UserVariable extends ASTNodeAccessImpl implements Expression
| Constructor and Description |
|---|
UserVariable() |
UserVariable(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getName() |
boolean |
isDoubleAdd() |
void |
setDoubleAdd(boolean doubleAdd) |
void |
setName(String name) |
String |
toString() |
UserVariable |
withDoubleAdd(boolean doubleAdd) |
UserVariable |
withName(String name) |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic UserVariable()
public UserVariable(String name)
public String getName()
public void setName(String name)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic boolean isDoubleAdd()
public void setDoubleAdd(boolean doubleAdd)
public UserVariable withName(String name)
public UserVariable withDoubleAdd(boolean doubleAdd)
Copyright © 2004–2021 JSQLParser. All rights reserved.