Uses of Package
spoon.template
Packages that use 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.
-
Classes in spoon.template used by spoon.reflect.code
-
Classes in spoon.template used by spoon.reflect.declaration
-
Classes in spoon.template used by spoon.support.reflect.code
-
Classes in spoon.template used by spoon.support.reflect.declaration
-
Classes in spoon.template used by spoon.support.templateClassDescriptionA 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. -
Classes in spoon.template used by spoon.templateClassDescriptionhandles 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.