com.lyncode.jtwig.tree.expressions
Class ValueMap
java.lang.Object
com.lyncode.jtwig.tree.expressions.ValueMap
- All Implemented Interfaces:
- Element, Expression
public class ValueMap
- extends Object
- implements Element, Expression
ValueMap
public ValueMap()
add
public boolean add(String key,
Object element)
getMap
public Map<String,Object> getMap()
toString
public String toString()
- Overrides:
toString in class Object
calculate
public Object calculate(JtwigContext context)
throws CalculateException
- Specified by:
calculate in interface Expression
- Throws:
CalculateException
Copyright © 2014. All Rights Reserved.