public abstract class ContainerValueNode extends ValueNode
| Constructor and Description |
|---|
ContainerValueNode(String value,
int index,
int line,
int column) |
ContainerValueNode(String value,
ValueNode... children) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg) |
ContainerNode |
getContainer() |
abstract CssNodeType |
getNodeType() |
int |
hashCode() |
add, divide, getValue, getValue, getWordBreak, multiply, setValue, subtractpublic ContainerValueNode(String value, int index, int line, int column)
public abstract CssNodeType getNodeType()
getNodeType in class ValueNodepublic ContainerNode getContainer()
Copyright © 2014. All rights reserved.