Uses of Package
spoon.template
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
This package defines the substitution and matching engines for Java templates.
This package defines a framework for well-typed pure-Java templates.
-
-
-
-
-
ClassDescriptionA template code is simply a piece of code that uses a
TemplateParameter
's instance.This runtime exception can be throws when something wrong occurs in template operations such as loading, substitution, and matching. -
ClassDescriptionhandles the well-formedness and helper methods of templatesThis class represents a template parameter that defines a void block statement directly expressed in Java (no returns).This class represents an expression template parameter expressed in Java.A template code is simply a piece of code that uses a
TemplateParameter
's instance.