gherkin.lexer
Class En_au

java.lang.Object
  extended by gherkin.lexer.En_au
All Implemented Interfaces:
Lexer

public class En_au
extends Object
implements Lexer


Constructor Summary
En_au(Listener listener)
           
 
Method Summary
 void scan(String source)
          Lexes the source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

En_au

public En_au(Listener listener)
Method Detail

scan

public void scan(String source)
Description copied from interface: Lexer
Lexes the source.

Specified by:
scan in interface Lexer
Parameters:
source - a string containing Gherkin source.


Copyright © 2013. All rights reserved.