Class CommentToken


  • public class CommentToken
    extends TextToken
    A comment made during the game. Typically, the comment applies to the move which is found in the same game leaf.
    • Constructor Summary

      Constructors 
      Constructor Description
      CommentToken()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()  
      • Methods inherited from class com.barrybecker4.ca.dj.jigo.sgf.tokens.SGFToken

        parse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommentToken

        public CommentToken()
    • Method Detail

      • getComment

        public java.lang.String getComment()