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

java.lang.Objectcom.maddyhome.idea.vim.command.VisualRange
- public class VisualRange
- extends java.lang.Object
| Field Summary | |
(package private) int |
end
|
(package private) int |
start
|
(package private) int |
type
|
| Constructor Summary | |
VisualRange(int start,
int end,
int type)
|
|
| Method Summary | |
int |
getEnd()
|
int |
getStart()
|
int |
getType()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
start
int start
end
int end
type
int type
| Constructor Detail |
VisualRange
public VisualRange(int start,
int end,
int type)
| Method Detail |
getStart
public int getStart()
getEnd
public int getEnd()
getType
public int getType()
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.maddyhome.idea.vim.command.VisualRange