org.eclipse.xtext.ui.editor.autoedit
Class CommandInfo

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.autoedit.CommandInfo

public class CommandInfo
extends java.lang.Object


Field Summary
 int cursorOffset
           
 boolean isChange
           
 int length
           
 int offset
           
 java.lang.String text
           
 
Constructor Summary
CommandInfo()
           
 
Method Summary
 void modifyCommand(org.eclipse.jface.text.DocumentCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public java.lang.String text

offset

public int offset

length

public int length

cursorOffset

public int cursorOffset

isChange

public boolean isChange
Constructor Detail

CommandInfo

public CommandInfo()
Method Detail

modifyCommand

public void modifyCommand(org.eclipse.jface.text.DocumentCommand command)