| Package | Description |
|---|---|
| model | |
| model.definition | |
| parser |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,Opt> |
Package.opts
The opts that are associated by the package.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Opt> |
Package.getOpts()
Returns the field opts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Package.setOpts(java.util.Map<java.lang.String,Opt> opts)
Sets the associated OPTs.
|
| Constructor and Description |
|---|
Package(RouterSoftware rs,
java.lang.String name,
TypeFile typeFile,
DefinitionFile defFile,
java.util.Map<java.lang.String,Opt> opts2,
PackageDescriptionFile packageDescFile)
Constructor, just sets fields.
|
| Modifier and Type | Field and Description |
|---|---|
private Opt |
HasOpt.opt
Represents the Opt.
|
| Modifier and Type | Method and Description |
|---|---|
protected Opt |
HasOpt.getOpt()
Returns the field opt.
|
| Constructor and Description |
|---|
HasOpt(Opt opt)
Constructor, just sets the field.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,Opt> |
DefinitionFileParser.optList
the Opts List.
|
| Modifier and Type | Method and Description |
|---|---|
private Opt |
DefinitionFileParser.createOpt(AbstractVariableDefinition aVD)
yet another totally senseless function for PMD to be quiet.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Opt> |
DefinitionFileParser.getOptList() |