|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.maddyhome.idea.vim.common
Class CharacterPosition

java.lang.ObjectLogicalPosition
com.maddyhome.idea.vim.common.CharacterPosition
- public class CharacterPosition
- extends LogicalPosition
| Constructor Summary | |
CharacterPosition(int line,
int col)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
CharacterPosition
public CharacterPosition(int line,
int col)
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
LogicalPosition