Java org.eclipse.jdt.core.dom LineComment fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom LineComment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom LineComment.

The text is from its open source code.

Constructor

LineComment(AST ast)
Creates a new line comment node owned by the given AST.

Method

voidaccept(ASTVisitor visitor)
Accepts the given visitor on a visit of the current node.
intgetLength()
Returns the length in characters of the original source file indicating where the source fragment corresponding to this node ends.
intgetStartPosition()
Returns the character index into the original source file indicating where the source fragment corresponding to this node begins.
StringtoString()
Returns a string representation of this node suitable for debugging purposes only.