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

Quick Search    Search Deep

org.gjt.sp.jedit.textarea
Class ChunkCache.LineInfo  view ChunkCache.LineInfo download ChunkCache.LineInfo.java

java.lang.Object
  extended byorg.gjt.sp.jedit.textarea.ChunkCache.LineInfo
Enclosing class:
ChunkCache

static class ChunkCache.LineInfo
extends java.lang.Object


Field Summary
(package private)  org.gjt.sp.jedit.syntax.Chunk chunks
           
(package private)  boolean firstSubregion
           
(package private)  boolean lastSubregion
           
(package private)  int length
           
(package private)  org.gjt.sp.jedit.syntax.TokenMarker.LineContext lineContext
           
(package private)  int offset
           
(package private)  int physicalLine
           
(package private)  int width
           
 
Constructor Summary
(package private) ChunkCache.LineInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

physicalLine

int physicalLine

offset

int offset

length

int length

firstSubregion

boolean firstSubregion

lastSubregion

boolean lastSubregion

chunks

org.gjt.sp.jedit.syntax.Chunk chunks

width

int width

lineContext

org.gjt.sp.jedit.syntax.TokenMarker.LineContext lineContext
Constructor Detail

ChunkCache.LineInfo

ChunkCache.LineInfo()