Skip to content

Inner Classes should be available in templates #3

@daanvdh

Description

@daanvdh

Currently inner classes are not accessible from within templates, I would like to be able to the use statement below. For the inner classes all fields, methods and constructors should also available.

<#list class.innerClasses as innerClass>
  // This is the name of the inner class: ${innerClass.name}.
</#list>

Solution direction:
Add list of ClassContainer as field to the ClassContainer. Make the ClassContainerReader recursive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions