public abstract class BlockNode extends DuelNode
| Modifier | Constructor and Description |
|---|---|
protected |
BlockNode(String begin,
String end,
String value) |
protected |
BlockNode(String begin,
String end,
String value,
int index,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg) |
String |
getBegin() |
String |
getEnd() |
String |
getValue() |
int |
hashCode() |
boolean |
hasValue() |
void |
setValue(String value) |
String |
toString() |
protected BlockNode(String begin, String end, String value, int index, int line, int column)
Copyright © 2015. All rights reserved.