| This class represents a template parameter that defines a void block
statement directly expressed in Java (no returns).
To define a new block template parameter, you must subclass this class and
implement the
BlockTemplateParameter.block() method, which actually defines the Java block.
It corresponds to a
spoon.reflect.code.CtBlock .
|