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