Package | Description |
---|---|
net.sourceforge.czt.base.ast |
Base interfaces of the AST for Z.
|
net.sourceforge.czt.base.util |
Utilities for the AST for Z: interfaces for a validator,
an XML reader, and an XML writer.
|
Modifier and Type | Method and Description |
---|---|
static Digit |
Digit.fromValue(int i) |
static Digit |
Digit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Digit[] |
Digit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Digit |
CztDatatypeConverter.parseDigit(String s) |
Modifier and Type | Method and Description |
---|---|
static String |
CztDatatypeConverter.printDigit(Digit digit) |
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.