@Immutable public class BindVariableName extends Object implements StaticOperand, BindVariableValue
Comparison
constraint.Constructor and Description |
---|
BindVariableName(String variableName) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor visitor)
Accept the supplied visitor, which should call back to the visitor to complete the double-dispatch operation.
|
boolean |
equals(Object obj) |
String |
getBindVariableName() |
int |
hashCode() |
String |
toString() |
public BindVariableName(String variableName)
public final String getBindVariableName()
getBindVariableName
in interface BindVariableValue
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.