logic.code
Class CommentItem

java.lang.Object
  extended by logic.code.CodeItem
      extended by logic.code.CommentItem

public class CommentItem
extends CodeItem


Field Summary
 
Fields inherited from class logic.code.CodeItem
CLASS, COMMENT, GL_MODE, IF, IMPORT, LOOP, METHOD, PACKAGE, SWITCH, TRY, UNDEFINED, Z_OFFSET
 
Constructor Summary
CommentItem(CodeItem parent, int lineNumber, boolean shortComment)
           
 
Method Summary
 
Methods inherited from class logic.code.CodeItem
addChild, addLine, firstLine, getAlpha, getChildren, getColor, getCurrentItem, getFirstLine, getMode, getParent, getZIndex, hasNext, lastLine, lineStart, maxLine, nextLine, reset, setAlpha, toList
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentItem

public CommentItem(CodeItem parent,
                   int lineNumber,
                   boolean shortComment)