gherkin.lexer
Interface Lexer

All Known Implementing Classes:
Ar, Bg, Bm, Ca, Cs, Cy_gb, Da, De, El, En, En_au, En_lol, En_old, En_pirate, En_scouse, En_tx, Eo, Es, Et, Fa, Fi, Fr, Gl, He, Hi, Hr, Hu, I18nLexer, Id, Is, It, Ja, Kn, Ko, Lt, Lu, Lv, Nl, No, Pa, Pl, Pt, Ro, Ru, Sk, Sr_cyrl, Sr_latn, Sv, Th, Tl, Tr, Tt, Uk, Uz, Vi, Zh_cn, Zh_tw

public interface Lexer


Method Summary
 void scan(String source)
          Lexes the source.
 

Method Detail

scan

void scan(String source)
Lexes the source.

Parameters:
source - a string containing Gherkin source.


Copyright © 2013. All rights reserved.