com.vaadin.sass.internal.expression
Class BinaryExpression

java.lang.Object
  extended by com.vaadin.sass.internal.expression.BinaryExpression

public class BinaryExpression
extends Object


Field Summary
 Object leftOperand
           
 BinaryOperator operator
           
 Object rightOperand
           
 
Constructor Summary
BinaryExpression(Object leftOperand, BinaryOperator operator, Object rightOperand)
           
 
Method Summary
 LexicalUnitImpl eval()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

leftOperand

public Object leftOperand

operator

public BinaryOperator operator

rightOperand

public Object rightOperand
Constructor Detail

BinaryExpression

public BinaryExpression(Object leftOperand,
                        BinaryOperator operator,
                        Object rightOperand)
Method Detail

eval

public LexicalUnitImpl eval()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013–2014 Vaadin. All rights reserved.