public class DeclarationNode extends ContainerNode
| Constructor and Description |
|---|
DeclarationNode(String ident,
int index,
int line,
int column) |
DeclarationNode(String ident,
ValueNode... expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg) |
protected CssNode |
filterChild(CssNode child) |
String |
getIdent() |
CssNodeType |
getNodeType() |
int |
hashCode() |
boolean |
isImportant() |
void |
setIdent(String value) |
void |
setImportant(boolean value) |
DeclarationNode |
withImportant() |
appendChild, childCount, containsVariable, getChildren, getFirstChild, getLastChild, getVariable, getVariables, hasChildren, hasVariables, putVariable, removeChild, replaceChildpublic DeclarationNode(String ident, int index, int line, int column)
public CssNodeType getNodeType()
getNodeType in class ContainerNodepublic final void setIdent(String value)
public final String getIdent()
public boolean isImportant()
public void setImportant(boolean value)
public DeclarationNode withImportant()
protected CssNode filterChild(CssNode child)
filterChild in class ContainerNodepublic boolean equals(Object arg)
equals in class ContainerNodepublic int hashCode()
hashCode in class ContainerNodeCopyright © 2014. All rights reserved.