|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.js.runtime.SourceEdit
public class SourceEdit
| Field Summary | |
|---|---|
java.lang.String |
insertText
The text to insert at the given offset |
int |
offset
The offset within the source file where this edit is taking place |
int |
removeLength
The amount of text to remove at the offset before inserting the new text |
| Constructor Summary | |
|---|---|
SourceEdit(int offset,
java.lang.String insertText,
int removeLength)
Create a new instance of SourceEdit |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int offset
public java.lang.String insertText
public int removeLength
| Constructor Detail |
|---|
public SourceEdit(int offset,
java.lang.String insertText,
int removeLength)
offset - The offset with in the source where the edit is taking effectinsertText - The text to insert at the specified offsetremoveLength - The number of character to delete at the specified offset before inserting the new text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||