You can use the following variables:
| 
                             Variable  | 
                        
                             Comment  | 
                    
|---|---|
| 
                             %ADT%  | 
                        
                             Generated code of Abstract data type  | 
                    
| 
                             %TYPE%  | 
                        
                             Type of Abstract data type. It contains keywords like "array", "list", ...  | 
                    
| 
                             %SIZE%  | 
                        
                             Abstract data type size  | 
                    
| 
                             %FILE%  | 
                        
                             Abstract data type Java file  | 
                    
| 
                             %ISARRAY%  | 
                        
                             TRUE if Abstract data type is of type array  | 
                    
| 
                             %ISLIST%  | 
                        
                             TRUE if Abstract data type is of type list  | 
                    
| 
                             %ISSTRUCT%  | 
                        
                             TRUE if Abstract data type is of type structure  | 
                    
| 
                             %ISOBJECT%  | 
                        
                             TRUE if Abstract data type is of type object  | 
                    
| 
                             %ISJAVA%  | 
                        
                             TRUE if Abstract data type is of type JAVA class  | 
                    
| 
                             %ADTDEF%  | 
                        
                             Contains Definition of Abstract data type  |