jaxe
Class SourceFrame.Buffer

java.lang.Object
  extended by jaxe.SourceFrame.Buffer
Enclosing class:
SourceFrame

 class SourceFrame.Buffer
extends java.lang.Object

Buffer de caractères du document


Field Summary
(package private)  int debut
           
(package private)  int fin
           
(package private)  java.lang.String sbuff
           
(package private)  int tailleMax
           
 
Constructor Summary
SourceFrame.Buffer()
           
 
Method Summary
 char getChar(int p)
           
 void lire(int ind)
           
 boolean subEquals(java.lang.String s, int ind)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tailleMax

int tailleMax

sbuff

java.lang.String sbuff

debut

int debut

fin

int fin
Constructor Detail

SourceFrame.Buffer

public SourceFrame.Buffer()
Method Detail

lire

public void lire(int ind)

getChar

public char getChar(int p)

subEquals

public boolean subEquals(java.lang.String s,
                         int ind)