public class LessVariableDeclarationNode extends DeclarationNode
| Constructor and Description |
|---|
LessVariableDeclarationNode(String ident,
int index,
int line,
int column) |
LessVariableDeclarationNode(String ident,
ValueNode... expression) |
| Modifier and Type | Method and Description |
|---|---|
CssNode |
eval(ContainerNode context)
Evaluates LESS node producing static content and modifying metadata
May return null if does not generate any content
|
CssNodeType |
getNodeType() |
ValueNode |
getValue() |
equals, filterChild, getIdent, hashCode, isImportant, setIdent, setImportant, withImportantappendChild, childCount, containsVariable, getChildren, getFirstChild, getLastChild, getVariable, getVariables, hasChildren, hasVariables, putVariable, removeChild, replaceChildpublic LessVariableDeclarationNode(String ident, int index, int line, int column)
public CssNodeType getNodeType()
getNodeType in class DeclarationNodepublic ValueNode getValue()
public CssNode eval(ContainerNode context)
CssNodeCopyright © 2014. All rights reserved.