A B C D E F G H I J L M N O P Q R S T U V W Z _

W

word() - Static method in class jfun.parsec.Lexers
returns the lexer that's gonna parse any word.
word(String) - Static method in class jfun.parsec.Lexers
returns the lexer that's gonna parse any word.
word(String) - Static method in class jfun.parsec.tokens.Tokens
create a TokenWord object.
wordParser(String, FromString<R>) - Static method in class jfun.parsec.Terms
gets a Parser object to parse TokenWord.
wordParser(FromString<R>) - Static method in class jfun.parsec.Terms
gets a Parser object to parse TokenWord.
Words - Class in jfun.parsec
This helper class provides convenient api's to build lexer and parsers for keywords and operators.

A B C D E F G H I J L M N O P Q R S T U V W Z _