public class UserVariable extends Object implements Expression
| Constructor and Description |
|---|
UserVariable() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getName()
The name of the parameter
|
boolean |
isDoubleAdd() |
void |
setDoubleAdd(boolean doubleAdd) |
void |
setName(String name) |
String |
toString() |
public String getName()
public void setName(String name)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic boolean isDoubleAdd()
public void setDoubleAdd(boolean doubleAdd)
Copyright © 2004–2016 JSQLParser. All rights reserved.