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(String content) |
public LineComment()
public LineComment(String content)
Copyright © 2015. All Rights Reserved.