com.lyncode.jtwig.tree.expressions
Class Composition

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

public class Composition
extends Object
implements Expression


Constructor Summary
Composition(Expression expression)
           
 
Method Summary
 boolean add(Object functionElement)
           
 Object calculate(JtwigContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Composition

public Composition(Expression expression)
Method Detail

add

public boolean add(Object functionElement)

calculate

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


Copyright © 2014. All Rights Reserved.