|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.duelengine.duel.ast.DuelNode
org.duelengine.duel.ast.BlockNode
public abstract class BlockNode
| Constructor Summary | |
|---|---|
protected |
BlockNode(String begin,
String end,
String value)
|
protected |
BlockNode(String begin,
String end,
String value,
int index,
int line,
int column)
|
| Method Summary | |
|---|---|
boolean |
equals(Object arg)
|
String |
getBegin()
|
String |
getEnd()
|
String |
getValue()
|
int |
hashCode()
|
void |
setValue(String value)
|
String |
toString()
|
| Methods inherited from class org.duelengine.duel.ast.DuelNode |
|---|
getColumn, getIndex, getLine, getParent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected BlockNode(String begin,
String end,
String value,
int index,
int line,
int column)
protected BlockNode(String begin,
String end,
String value)
| Method Detail |
|---|
public String getBegin()
public String getEnd()
public String getValue()
public void setValue(String value)
public String toString()
toString in class Objectpublic boolean equals(Object arg)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||