public class VariableBlock extends DescriptionBlock
| Modifier | Constructor and Description |
|---|---|
protected |
VariableBlock()
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSymbol |
createSymbol(java.lang.String collectedContent,
Position position)
Create the new Symbol.
|
protected DescriptionBlock |
next()
set the next State.
|
protected DescriptionBlock next()
DescriptionBlocknext in class DescriptionBlockprotected AbstractSymbol createSymbol(java.lang.String collectedContent, Position position)
DescriptionBlockcreateSymbol in class DescriptionBlockcollectedContent - collected Content which is used for the Symbol.position - the position of the collected content.