| This class represents a template parameter that defines a block statement
directly expressed in Java (must return an expression of type R ).
To define a new block template parameter, you must subclass this class and
implement the
TypedBlockTemplateParameter.block() method, which actually defines the Java block.
It corresponds to a
spoon.reflect.code.CtBlock .
|