com.varankin.bnf.tree
Interface Converter<Atom>

Type Parameters:
Atom - elementary object of stream described by the syntax.

public interface Converter<Atom>

Provider of terminal constructs described by syntax.

Author:
© 2010 Nikolai Varankine

Method Summary
 java.util.List<Atom> parse(SpecialSequence aPrimary)
           
 java.util.List<Atom> parse(TerminalString aPrimary)
           
 

Method Detail

parse

java.util.List<Atom> parse(SpecialSequence aPrimary)
Parameters:
aPrimary - special sequence to express in Atom's.
Returns:
special sequence expressed in Atom's.

parse

java.util.List<Atom> parse(TerminalString aPrimary)
Parameters:
aPrimary - terminal string to express in Atom's.
Returns:
terminal string expressed in Atom's.