| Package | Description |
|---|---|
| org.duelengine.css.ast |
| Modifier and Type | Method and Description |
|---|---|
static CombinatorType |
CombinatorNode.getCombinator(String combinator) |
static CombinatorType |
CombinatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CombinatorType[] |
CombinatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static String |
CombinatorNode.mapCombinator(CombinatorType combinator,
int index,
int line,
int column) |
void |
CombinatorNode.setCombinator(CombinatorType combinator) |
| Constructor and Description |
|---|
CombinatorNode(CombinatorType combinator) |
CombinatorNode(CombinatorType combinator,
int index,
int line,
int column) |
Copyright © 2014. All rights reserved.