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

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

Introduction

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

The text is from its open source code.

Field

SimplePropertyDescriptorTEXT_PROPERTY
The "text" structural property of this node type (type: String ).

Method

intgetStartPosition()
Returns the character index into the original source file indicating where the source fragment corresponding to this node begins.
StringgetText()
Returns this node's text.
voidsetSourceRange(int startPosition, int length)
Sets the source range of the original source file where the source fragment corresponding to this node was found.
voidsetText(String text)
Sets the text of this node to the given value.
StringtoString()
Returns a string representation of this node suitable for debugging purposes only.