org.duelengine.duel.ast
Class DocTypeNode

java.lang.Object
  extended by org.duelengine.duel.ast.DuelNode
      extended by org.duelengine.duel.ast.BlockNode
          extended by org.duelengine.duel.ast.DocTypeNode

public class DocTypeNode
extends BlockNode


Field Summary
static String BEGIN
           
static String END
           
 
Constructor Summary
DocTypeNode(String value)
           
DocTypeNode(String value, int index, int line, int column)
           
 
Method Summary
 
Methods inherited from class org.duelengine.duel.ast.BlockNode
equals, getBegin, getEnd, getValue, hashCode, setValue, 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
 

Field Detail

BEGIN

public static final String BEGIN
See Also:
Constant Field Values

END

public static final String END
See Also:
Constant Field Values
Constructor Detail

DocTypeNode

public DocTypeNode(String value,
                   int index,
                   int line,
                   int column)

DocTypeNode

public DocTypeNode(String value)


Copyright © 2011. All Rights Reserved.