public class Variable<T> extends Object implements IExpression<T>
| Modifier and Type | Field and Description |
|---|---|
protected ConplierBean<T> |
container |
protected Class<T> |
type |
| Constructor and Description |
|---|
Variable(Class<T> type) |
Variable(T initialValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
T |
evaluate(Context context) |
ConplierBean<T> |
getContainer() |
String |
getExpressionString() |
Class<T> |
getExpressionType() |
protected ConplierBean<T> container
public ConplierBean<T> getContainer()
public Class<T> getExpressionType()
getExpressionType in interface IExpression<T>public String getExpressionString()
getExpressionString in interface IExpression<T>public T evaluate(Context context)
evaluate in interface IExpression<T>public void dispose()
dispose in interface IExpression<T>Copyright © 2020. All rights reserved.