Package | Description |
---|---|
scanner |
Modifier and Type | Class and Description |
---|---|
class |
OptionBlock
This class represents the >4 block.
|
class |
PathBlock
This class represents the third block, the Path.
|
class |
ValueBlock
This class represents the second Block (the value block).
|
class |
VariableBlock
This class represents the Variable Block in the PackageDescriptionFile.
|
Modifier and Type | Field and Description |
---|---|
private DescriptionBlock |
PackageDescriptionFileScanner.descriptionBlock
represents the Blocks in the Descriptionfile.
|
Modifier and Type | Method and Description |
---|---|
protected DescriptionBlock |
PackageDescriptionFileScanner.getDescriptionBlock() |
protected abstract DescriptionBlock |
DescriptionBlock.next()
set the next State.
|
protected DescriptionBlock |
OptionBlock.next() |
protected DescriptionBlock |
PathBlock.next() |
protected DescriptionBlock |
ValueBlock.next() |
protected DescriptionBlock |
VariableBlock.next() |
Modifier and Type | Method and Description |
---|---|
protected void |
PackageDescriptionFileScanner.setDescriptionBlock(DescriptionBlock descriptionBlock) |