Uses of Class
org.eclipse.wst.jsdt.core.dom.BlockComment

Packages that use BlockComment
org.eclipse.wst.jsdt.core.dom   
 

Uses of BlockComment in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom that return BlockComment
 BlockComment AST.newBlockComment()
          Creates and returns a new block comment placeholder node.
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type BlockComment
 void ASTVisitor.endVisit(BlockComment node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(BlockComment node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(BlockComment node)
          Visits the given type-specific AST node.