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