com.vaadin.sass.internal.parser.function
Class AbstractFunctionGenerator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFunctionGenerator
public AbstractFunctionGenerator(String... functionNames)
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.