Node.isComment

  1. Node isComment(bool sw)
  2. bool isComment()
    class Node
    bool
    isComment
    ()

Return Value

Type: bool

true if the node is marked to be inside of a comment, otherwise false.

Meta