org.peaseplate.chunk
Interface BlockTail

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

public interface BlockTail
extends Chunk

Marks a chunk as beeing the tail of a block. This is needed for compiling templates.

Author:
Manfred Hantschel

Method Summary
 void setVariablesToRelease(java.lang.String[] variablesToRelease)
           
 
Methods inherited from interface org.peaseplate.chunk.Chunk
getColumn, getLine, getLocator, isEssential, isVisible, render, toString
 

Method Detail

setVariablesToRelease

void setVariablesToRelease(java.lang.String[] variablesToRelease)


Copyright © 2008. All Rights Reserved.