@PublicEvolving public class Expression extends Object implements Token
| Constructor and Description |
|---|
Expression(String value) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
toJson()
The class implementing this interface will return the
JsonElement
instance including the values of the object. |
TokenType |
type()
Returns the
TokenType of the object represented by the
implementation of this interface. |
String |
value()
Returns the
value of the object wrapped by the
implementation of this interface. |
public Expression(String value)
public String value()
Tokenvalue of the object wrapped by the
implementation of this interface.public TokenType type()
TokenTokenType of the object represented by the
implementation of this interface.public com.google.gson.JsonElement toJson()
TokenJsonElement
instance including the values of the object.Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.