|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomSeparator | |
org.argouml.util | various utilities |
Uses of CustomSeparator in org.argouml.util |
Subclasses of CustomSeparator in org.argouml.util | |
(package private) class |
ExprSeparatorWithStrings
A descendent of CustomSeparator that recognizes tokens on the form: ( " \" ) " ' \' ) ' ) |
(package private) class |
QuotedStringSeparator
A descendent of CustomSeparator that recognizes tokens on one of two forms: |
Fields in org.argouml.util declared as CustomSeparator | |
static CustomSeparator |
MyTokenizer.SINGLE_QUOTED_SEPARATOR
A custom separator for quoted strings enclosed in single quotes and using \ as escape character. |
static CustomSeparator |
MyTokenizer.DOUBLE_QUOTED_SEPARATOR
A custom separator for quoted strings enclosed in double quotes and using \ as escape character. |
static CustomSeparator |
MyTokenizer.PAREN_EXPR_SEPARATOR
A custom separator for expressions enclosed in parentheses and matching lparams with rparams. |
static CustomSeparator |
MyTokenizer.PAREN_EXPR_STRING_SEPARATOR
A custom separator for expressions enclosed in parentheses and matching lparams with rparams. |
Constructors in org.argouml.util with parameters of type CustomSeparator | |
MyTokenizer(java.lang.String string,
java.lang.String delim,
CustomSeparator sep)
Constructs a new instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |