Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.maddyhome.idea.vim.command
Class VisualRange  view VisualRange download VisualRange.java

java.lang.Object
  extended bycom.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()