org.ungoverned.oscar.ldap
Class LdapLexer

java.lang.Object
  extended byorg.ungoverned.oscar.ldap.LdapLexer

public class LdapLexer
extends java.lang.Object


Field Summary
static java.lang.String WHITESPACE
           
 
Constructor Summary
LdapLexer()
           
LdapLexer(java.io.Reader r)
           
 
Method Summary
 int charno()
           
 int get()
           
 int getnw()
           
 int peek()
           
 int peeknw()
           
 void setReader(java.io.Reader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WHITESPACE

public static final java.lang.String WHITESPACE
See Also:
Constant Field Values
Constructor Detail

LdapLexer

public LdapLexer()

LdapLexer

public LdapLexer(java.io.Reader r)
Method Detail

setReader

public void setReader(java.io.Reader r)

get

public int get()
        throws java.io.IOException
Throws:
java.io.IOException

peek

public int peek()
         throws java.io.IOException
Throws:
java.io.IOException

getnw

public int getnw()
          throws java.io.IOException
Throws:
java.io.IOException

peeknw

public int peeknw()
           throws java.io.IOException
Throws:
java.io.IOException

charno

public int charno()