public abstract class CSNode extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN_START_POSITION |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(CSVisitor visitor) |
void |
addEnclosingIfDef(String expression) |
Set<String> |
enclosingIfDefs() |
CSNode |
parent() |
void |
parent(CSNode node) |
int |
startPosition() |
void |
startPosition(int value) |
public static final int UNKNOWN_START_POSITION
Copyright © 2014. All Rights Reserved.