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

java.lang.Object
  extended by com.vaadin.sass.internal.parser.function.AbstractFunctionGenerator
All Implemented Interfaces:
SCSSFunctionGenerator
Direct Known Subclasses:
AbstractSingleParameterFunctionGenerator, AlphaFunctionGenerator, DarkenFunctionGenerator, LightenFunctionGenerator, ListFunctionGenerator, ListLengthFunctionGenerator, ListNthFunctionGenerator, RectFunctionGenerator, RGBComponentFunctionGenerator, RGBFunctionGenerator, TransparencyModificationFunctionGenerator, TypeOfFunctionGenerator

public abstract class AbstractFunctionGenerator
extends Object
implements SCSSFunctionGenerator


Constructor Summary
AbstractFunctionGenerator(String... functionNames)
           
 
Method Summary
 String[] getFunctionNames()
          Returns function names handled by this generator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vaadin.sass.internal.parser.function.SCSSFunctionGenerator
compute
 

Constructor Detail

AbstractFunctionGenerator

public AbstractFunctionGenerator(String... functionNames)
Method Detail

getFunctionNames

public String[] getFunctionNames()
Description copied from interface: SCSSFunctionGenerator
Returns function names handled by this generator. Default generator returns null and is used if there is no dedicated generator for given function.

Specified by:
getFunctionNames in interface SCSSFunctionGenerator
Returns:


Copyright © 2013–2014 Vaadin. All rights reserved.