|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.percederberg.grammatica.parser.Tokenizer | +--net.percederberg.mibble.asn1.Asn1Tokenizer
A character stream tokenizer.
Constructor Summary | |
Asn1Tokenizer(java.io.Reader input)
Creates a new tokenizer for the specified input stream. |
Methods inherited from class net.percederberg.grammatica.parser.Tokenizer |
addPattern, getCurrentColumn, getCurrentLine, getPatternDescription, next, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Asn1Tokenizer(java.io.Reader input) throws net.percederberg.grammatica.parser.ParserCreationException
input
- the input stream to read
net.percederberg.grammatica.parser.ParserCreationException
- if the tokenizer couldn't be
initialized correctly
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |