org.peaseplate.chunk
Interface BlockExpansion

All Superinterfaces:
BlockHead, Chunk
All Known Implementing Classes:
ElseBlock, ElseIfBlock

public interface BlockExpansion
extends Chunk, BlockHead

Marks a block head chunk as beeing an expansion to the previous block.

Author:
Manfred HANTSCHEL

Method Summary
 
Methods inherited from interface org.peaseplate.chunk.BlockHead
getBlock, renderBlock, setBlock
 
Methods inherited from interface org.peaseplate.chunk.Chunk
getColumn, getLine, getLocator, isEssential, isVisible, render, toString
 



Copyright © 2008. All Rights Reserved.