com.github.antlrjavaparser.api
Class LineComment

java.lang.Object
  extended by com.github.antlrjavaparser.api.Comment
      extended by 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

Constructor Summary
LineComment()
           
LineComment(String content)
           
 
Method Summary
 
Methods inherited from class com.github.antlrjavaparser.api.Comment
accept, getContent, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineComment

public LineComment()

LineComment

public LineComment(String content)


Copyright © 2013. All Rights Reserved.