| Package | Description |
|---|---|
| org.dmd.dmc.types |
This package contains basic attribute type implementations.
|
| org.dmd.dms.util | |
| org.dmd.util.parsing |
| Modifier and Type | Method and Description |
|---|---|
IntegerVar |
IntegerVar.copy()
Creates a deep copy of this object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IntegerVar.compareTo(IntegerVar i)
Compares this object to another IntegerVar.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GenUtility.addImport(TreeMap<String,String> map,
IntegerVar longest,
String i,
String c) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandLine.addOption(String name,
IntegerVar var,
String helpText)
This addOption method allows you to add the definition of an option that specifies a single integer.
|
| Constructor and Description |
|---|
OptionDef(String name,
IntegerVar var,
String helpText) |
Copyright © 2023. All rights reserved.