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() |
void |
setValue(String value) |
String |
toString() |
Copyright © 2014. All rights reserved.