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