com.lyncode.jtwig.tree.expressions
Class MapSelection

java.lang.Object
  extended by com.lyncode.jtwig.tree.expressions.MapSelection
All Implemented Interfaces:
Expression

public class MapSelection
extends Object
implements Expression


Constructor Summary
MapSelection(Variable variable, Expression key)
           
 
Method Summary
 Object calculate(JtwigContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapSelection

public MapSelection(Variable variable,
                    Expression key)
Method Detail

calculate

public Object calculate(JtwigContext context)
                 throws CalculateException
Specified by:
calculate in interface Expression
Throws:
CalculateException


Copyright © 2014. All Rights Reserved.