org.codehaus.swizzle
Class Lexer
java.lang.Object
org.codehaus.swizzle.Lexer
public class Lexer
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Lexer
public Lexer(byte[] bytes,
String[][] token)
Lexer
public Lexer(byte[] bytes,
Pattern[][] patterns)
nextToken
public String nextToken()
throws Exception
- Throws:
Exception
find
public String find(String patternStr,
CharSequence input)
Copyright © 2011 The Codehaus Foundation. All Rights Reserved.