com.lyncode.jtwig.tree.helper
Class StrictBinaryOperation

java.lang.Object
  extended by com.lyncode.jtwig.tree.helper.StrictBinaryOperation
All Implemented Interfaces:
Expression

public class StrictBinaryOperation
extends Object
implements Expression


Constructor Summary
StrictBinaryOperation()
           
 
Method Summary
 Object calculate(JtwigContext context)
           
static StrictBinaryOperation create(OperationBinary binary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrictBinaryOperation

public StrictBinaryOperation()
Method Detail

create

public static StrictBinaryOperation create(OperationBinary binary)

calculate

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


Copyright © 2014. All Rights Reserved.