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