public final class BlockComment extends Comment
AST node that represent block comments.
Block comments can has multi lines and are delimited by "/*" and "*/".Constructor and Description |
---|
BlockComment() |
BlockComment(String content) |
public BlockComment()
public BlockComment(String content)
Copyright © 2013. All Rights Reserved.