public final class LineComment extends Comment
AST node that represent line comments.
Line comments are started with "//" and finish at the end of the line ("\n").Constructor and Description |
---|
LineComment() |
LineComment(java.lang.String content) |
accept, getContent, setContent
Copyright © 2015. All Rights Reserved.