org.ungoverned.oscar.ldap
Class LdapLexer
java.lang.Object
org.ungoverned.oscar.ldap.LdapLexer
public class LdapLexer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WHITESPACE
public static final java.lang.String WHITESPACE
- See Also:
- Constant Field Values
LdapLexer
public LdapLexer()
LdapLexer
public LdapLexer(java.io.Reader r)
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()