Package | Description |
---|---|
org.scripthelper.debug.model |
Contain the source model.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.SortedMap<java.lang.Integer,Block> |
AbstractParent.blocks
The blocks.
|
Modifier and Type | Method and Description |
---|---|
Block |
Block.clone() |
default Block |
Parent.getBlock(int lineNumber)
Return the block for a specified lineNumber.
|
default Block |
Parent.lastBlock()
Return the last block.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.Integer,Block> |
AbstractParent.getBlocks()
Return the blocks.
|
java.util.SortedMap<java.lang.Integer,Block> |
Parent.getBlocks()
Return the blocks.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractParent.addBlock(Block block)
Add a block.
|
void |
Parent.addBlock(Block block)
Add a block.
|
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence