fr.umlv.tatoo.runtime.lexer
Class DummyLexer
java.lang.Object
fr.umlv.tatoo.runtime.lexer.DummyLexer
public class DummyLexer
- extends Object
- Author:
- Remi Forax
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyLexer
public DummyLexer()
add
public void add(String regex,
DummyLexer.Action action)
match
public void match(CharSequence sequence)
throws ParseException
- Throws:
ParseException
getPattern
public Pattern getPattern()
main
public static void main(String[] args)
throws ParseException
- Throws:
ParseException