org.duelengine.duel.codedom
Class CodeCommentStatement

java.lang.Object
  extended by org.duelengine.duel.codedom.CodeObject
      extended by org.duelengine.duel.codedom.CodeStatement
          extended by org.duelengine.duel.codedom.CodeCommentStatement

public class CodeCommentStatement
extends CodeStatement


Constructor Summary
CodeCommentStatement()
           
CodeCommentStatement(String value)
           
 
Method Summary
 boolean equals(Object arg)
           
 String getValue()
           
 int hashCode()
           
 void setValue(String value)
           
 
Methods inherited from class org.duelengine.duel.codedom.CodeStatement
withUserData
 
Methods inherited from class org.duelengine.duel.codedom.CodeObject
getUserData, putUserData, toString, visit
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeCommentStatement

public CodeCommentStatement()

CodeCommentStatement

public CodeCommentStatement(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class CodeObject


Copyright © 2012. All Rights Reserved.