com.github.antlrjavaparser.api
Class BlockComment

java.lang.Object
  extended by com.github.antlrjavaparser.api.Comment
      extended by com.github.antlrjavaparser.api.BlockComment

public final class BlockComment
extends Comment

AST node that represent block comments.

Block comments can has multi lines and are delimited by "/*" and "*/".

Author:
Julio Vilmar Gesser

Constructor Summary
BlockComment()
           
BlockComment(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

BlockComment

public BlockComment()

BlockComment

public BlockComment(String content)


Copyright © 2013. All Rights Reserved.