org.duelengine.duel.ast
Class BlockNode

java.lang.Object
  extended by org.duelengine.duel.ast.DuelNode
      extended by org.duelengine.duel.ast.BlockNode
Direct Known Subclasses:
CodeBlockNode, CodeCommentNode, CommentNode, DocTypeNode

public abstract class BlockNode
extends DuelNode


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

BlockNode

protected BlockNode(String begin,
                    String end,
                    String value,
                    int index,
                    int line,
                    int column)

BlockNode

protected BlockNode(String begin,
                    String end,
                    String value)
Method Detail

getBegin

public String getBegin()

getEnd

public String getEnd()

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object arg)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.