Package net.sf.jsqlparser.expression
Class JsonExpression
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.JsonExpression
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonExpression
(Expression expr) JsonExpression
(Expression expr, List<Map.Entry<String, String>> idents) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ExpressionVisitor expressionVisitor) void
addAllIdents
(Collection<Map.Entry<String, String>> idents) void
getIdent
(int index) Deprecated.Deprecated.void
setExpression
(Expression expr) toString()
withExpression
(Expression expr) Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
expr
-
idents
-
-
Constructor Details
-
JsonExpression
public JsonExpression() -
JsonExpression
-
JsonExpression
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceExpression
-
getExpression
-
setExpression
-
addIdent
-
addAllIdents
-
getIdentList
-
getIdent
-
getIdents
Deprecated. -
getOperators
Deprecated. -
toString
-
withExpression
-