public class Lexer extends Object
Constructor and Description |
---|
Lexer(byte[] bytes,
Pattern[][] patterns) |
Lexer(byte[] bytes,
String[][] token) |
Modifier and Type | Method and Description |
---|---|
String |
find(String patternStr,
CharSequence input) |
String |
nextToken() |
Copyright © 2017 The Codehaus Foundation. All rights reserved.