Skip to content
#

javaparser

Here are 34 public repositories matching this topic...

daanvdh
daanvdh commented Sep 19, 2019

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 ClassCo

Improve this page

Add a description, image, and links to the javaparser topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javaparser topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.