net.sourceforge.czt.print.util
Interface PrintPropertiesKeys

All Known Implementing Classes:
ZPrintVisitor

public interface PrintPropertiesKeys

Contains String constants for the keys used in parse properties.

The behaviour of the CZT parser utilities (scanner, parser, etc.) can be configured via Properties. This interface provides the String constants that are currently supported by the parser utilities.

Author:
Petra Malik

Field Summary
static java.lang.String PROP_PRINT_NAME_IDS
          When set to true, the printer tools add the id's of declaring and referencing names.
static java.lang.String PROP_Z_EVES
           
 

Field Detail

PROP_PRINT_NAME_IDS

static final java.lang.String PROP_PRINT_NAME_IDS
When set to true, the printer tools add the id's of declaring and referencing names.

See Also:
Constant Field Values

PROP_Z_EVES

static final java.lang.String PROP_Z_EVES
See Also:
Constant Field Values


Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.