gherkin.lexer
Class Cy_gb

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

public class Cy_gb
extends Object
implements Lexer


Constructor Summary
Cy_gb(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

Cy_gb

public Cy_gb(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 © 2012. All Rights Reserved.