Uses of Class
spoon.template.AbstractTemplate
Package
Description
This package defines a framework for well-typed pure-Java templates.
-
Uses of AbstractTemplate in spoon.template
Modifier and TypeClassDescriptionclass
This class represents a template parameter that defines a void block statement directly expressed in Java (no returns).class
This class represents an expression template parameter expressed in Java.class
Inserts all the methods, fields, constructors, initialization blocks (if target is a class), inner types, and super interfaces (exceptTemplate
) from a given template by substituting all the template parameters by their values.class
This class represents a template parameter that defines a statement list directly expressed in Java (no returns).