public class CombinatorNode extends ValueNode
| Constructor and Description |
|---|
CombinatorNode(CombinatorType combinatorType) |
CombinatorNode(CombinatorType combinatorType,
int index,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg) |
static CombinatorType |
getCombinator(String combinator) |
CssNodeType |
getNodeType() |
WordBreak |
getWordBreak(boolean prettyPrint) |
int |
hashCode() |
protected static String |
mapCombinator(CombinatorType combinator,
int index,
int line,
int column) |
void |
setCombinator(CombinatorType combinatorType) |
void |
setValue(String value) |
add, divide, getValue, getValue, multiply, subtractpublic CombinatorNode(CombinatorType combinatorType, int index, int line, int column)
public CombinatorNode(CombinatorType combinatorType)
public CssNodeType getNodeType()
getNodeType in class ValueNodepublic void setCombinator(CombinatorType combinatorType)
protected static String mapCombinator(CombinatorType combinator, int index, int line, int column)
public static CombinatorType getCombinator(String combinator)
public WordBreak getWordBreak(boolean prettyPrint)
getWordBreak in class ValueNodeCopyright © 2014. All rights reserved.