org.duelengine.duel.ast
Class CodeCommentNode

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

public class CodeCommentNode
extends BlockNode


Field Summary
static String BEGIN
           
static String END
           
 
Constructor Summary
CodeCommentNode(String value)
           
CodeCommentNode(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

CodeCommentNode

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

CodeCommentNode

public CodeCommentNode(String value)


Copyright © 2011. All Rights Reserved.