jfun.parsec.tokens
public class TokenQuoted extends Object implements Serializable
Method Summary | |
---|---|
boolean | equals(Object obj) |
String | getClose()
Returns the closing quote. |
String | getOpen()
Returns the opening quote. |
String | getQuoted()
Returns the quoted text. |
static Tokenizer | getTokenizer(char open, char close)
creates a Tokenizer instance that can parse a string quoted by open and close. |
static Tokenizer | getTokenizer(String open, String close)
creates a Tokenizer instance that can parse a string quoted by open and close. |
int | hashCode() |
String | toString() |
Returns: the closing quote
Returns: the opening quote
Returns: the quoted text
Deprecated: Use Tokenizers instead.
creates a Tokenizer instance that can parse a string quoted by open and close.Parameters: open the open quote close the close quote
Returns: the tokenizer.
Deprecated: Use Tokenizers instead.
creates a Tokenizer instance that can parse a string quoted by open and close.Parameters: open the opening quote close the closeing quote
Returns: the tokenizer.