|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SCSSFunctionGenerator
Generator class is used to handle SCSS functions. Generator is applied to the
function lexical unit if its method getFunctionName() returns name
of the function.
If there are no dedicated generator for the function then default generator
is used.
| Method Summary | |
|---|---|
SassListItem |
compute(LexicalUnitImpl function)
Computes the value of the function. |
String |
getFunctionName()
Returns function name handled by this generator. |
| Method Detail |
|---|
String getFunctionName()
null and is used if there is no dedicated generator
for given function.
SassListItem compute(LexicalUnitImpl function)
function - Function lexical unit to print its state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||