com.github.antlrjavaparser.api
Class LineComment
java.lang.Object
com.github.antlrjavaparser.api.Comment
com.github.antlrjavaparser.api.LineComment
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").
- Author:
- Julio Vilmar Gesser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineComment
public LineComment()
LineComment
public LineComment(String content)
Copyright © 2013. All Rights Reserved.