com.vaadin.sass.internal.parser.function
Class FloorFunctionGenerator

java.lang.Object
  extended by com.vaadin.sass.internal.parser.function.AbstractSingleParameterFunctionGenerator
      extended by com.vaadin.sass.internal.parser.function.FloorFunctionGenerator
All Implemented Interfaces:
SCSSFunctionGenerator

public class FloorFunctionGenerator
extends AbstractSingleParameterFunctionGenerator


Constructor Summary
FloorFunctionGenerator()
           
 
Method Summary
protected  LexicalUnitImpl computeForParam(LexicalUnitImpl param)
          Compute the value of the function.
 
Methods inherited from class com.vaadin.sass.internal.parser.function.AbstractSingleParameterFunctionGenerator
compute, getFunctionName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloorFunctionGenerator

public FloorFunctionGenerator()
Method Detail

computeForParam

protected LexicalUnitImpl computeForParam(LexicalUnitImpl param)
Description copied from class: AbstractSingleParameterFunctionGenerator
Compute the value of the function. This method must not modify firstParam. If necessary, the implementation should copy the parameter before making modifications.

Specified by:
computeForParam in class AbstractSingleParameterFunctionGenerator
Returns:


Copyright © 2013–2014 Vaadin. All rights reserved.