Uses of Class
org.argouml.util.CustomSeparator

Packages that use CustomSeparator
org.argouml.util Package Specification (none) Related Documentation (none) 
 

Uses of CustomSeparator in org.argouml.util
 

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.
 



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook