public class CombinatorNode extends ValueNode
| Constructor and Description |
|---|
CombinatorNode(CombinatorType combinator) |
CombinatorNode(CombinatorType combinator,
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 combinator) |
void |
setValue(String value) |
add, divide, getValue, getValue, multiply, subtractpublic CombinatorNode(CombinatorType combinator, int index, int line, int column)
public CombinatorNode(CombinatorType combinator)
public CssNodeType getNodeType()
getNodeType in class ValueNodepublic void setCombinator(CombinatorType combinator)
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.