phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
93 stars 34 forks source link

expose JFieldVar init expression #46

Closed turbospaces closed 8 years ago

turbospaces commented 8 years ago

right now JFieldVar.m_aInitExpr has private scope, as result it's not possible to read init statement. Please expose getter for that init statement.