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

D

decimal() - Static method in class jfun.parsec.Lexers
returns the lexer that's gonna parse a decimal number (valid patterns are: 1, 2.3, 000, 0., .23), and convert the string to a decimal typed token.
decimal(String) - Static method in class jfun.parsec.Lexers
returns the lexer that's gonna parse a decimal number (valid patterns are: 1, 2.3, 000, 0., .23), and convert the string to a decimal typed token.
decimal_literal(String) - Static method in class jfun.parsec.tokens.Tokens
create a decimal literal token object.
decimalParser(String, FromString<R>) - Static method in class jfun.parsec.Terms
gets a Parser object to parse TokenDecimal.
decimalParser(FromString<R>) - Static method in class jfun.parsec.Terms
gets a Parser object to parse TokenDecimal.
decInteger() - Static method in class jfun.parsec.Lexers
Deprecated. Use Lexers.lexDecLong().
decInteger(String) - Static method in class jfun.parsec.Lexers
Deprecated. Use Lexers.lexDecLong(String).
defaultFactory() - Static method in class jfun.parsec.ArrayFactories
gets and instance of ArrayFactory that simply create Object[].
DefaultPositionMap - Class in jfun.parsec
This default implementation of PositionMap.
DefaultPositionMap(CharSequence, int, int, char) - Constructor for class jfun.parsec.DefaultPositionMap
Create a DefaultPositionMap object.
DefaultPositionMap(CharSequence, int, int) - Constructor for class jfun.parsec.DefaultPositionMap
Create a DefaultPositionMap object.
delimited(Parser<R>, String) - Static method in class jfun.parsec.Scanners
If a string is not followed by a alphanumeric character, it is well-delimited.
delimited(String, Parser<R>, String) - Static method in class jfun.parsec.Scanners
If a string is not followed by a alphanumeric character, it is well-delimited.
delimited(Parser<R>) - Static method in class jfun.parsec.Scanners
If a string is not followed by a alphanumeric character, it is well-delimited.
delimited(String, Parser<R>) - Static method in class jfun.parsec.Scanners
If a string is not followed by a alphanumeric character, it is well-delimited.

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