public class ConstantExpression extends Object implements Expression<Object>
| Constructor and Description |
|---|
ConstantExpression(Object value) |
| Modifier and Type | Method and Description |
|---|---|
static ConstantExpression |
createFromNumericInteger(String text) |
Object |
evaluate(Object object) |
public ConstantExpression(Object value)
public Object evaluate(Object object)
evaluate in interface Expression<Object>public static ConstantExpression createFromNumericInteger(String text)
Copyright © 2017 WSO2. All rights reserved.