The upcoming JTransformer version 2.8 involves a few changes to the representation of the AST. You can preview them here to prepare for the migration of existing JTransformer applications.
→ Read more...
Table of Contents
Java PEF Specification
For each AST node type there is a separate Program Element Fact (PEF) type. This page lists all the PEF types. The structure and semantics of each PEF type is described in detail on a separate page, linked below.
See also the Language-independent PEF Specification.
Packages, Compilation Units and Imports
Interface-Level Elements
Interface Level Attributes
Type Elements & Relations
Body Elements
Body Level Attributes
- inlineDeclarationT(#firstField, [#otherField1, ...]) ← supported since JTransformer 2.9.0
- inlinedT(#id, #reference) ← supported since JTransformer 2.9.0


