public class QueryString extends Object implements Expression
LanguageObject.Util| Constructor and Description |
|---|
QueryString(Expression path,
List<DerivedColumn> args) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(LanguageVisitor visitor)
Method for accepting a visitor.
|
QueryString |
clone()
Implement clone to make objects cloneable.
|
boolean |
equals(Object obj) |
List<DerivedColumn> |
getArgs() |
Expression |
getPath() |
Class<?> |
getType()
Get the return type of this expression.
|
int |
hashCode() |
void |
setPath(Expression path) |
String |
toString() |
public QueryString(Expression path, List<DerivedColumn> args)
public List<DerivedColumn> getArgs()
public QueryString clone()
LanguageObjectclone in interface LanguageObjectclone in class Objectpublic void acceptVisitor(LanguageVisitor visitor)
LanguageObjectacceptVisitor in interface LanguageObjectvisitor - Visitor being usedpublic Expression getPath()
public void setPath(Expression path)
public Class<?> getType()
ExpressiongetType in interface ExpressionCopyright © 2018 JBoss by Red Hat. All rights reserved.