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()
Expression
getType
in interface Expression
public void acceptVisitor(LanguageVisitor visitor)
LanguageObject
acceptVisitor
in interface LanguageObject
visitor
- Visitor being usedpublic JSONObject clone()
LanguageObject
clone
in interface LanguageObject
clone
in class Object
Copyright © 2020. All rights reserved.