PsiClass getInitializers
PsiClassInitializer[] getInitializers()
Returns the list of class initializers for the class.
is "initializers" in the javadoc above have the same meaning as
"initialization blocks (static and otherwise) contained within the class in question"?
请先登录再写评论。
Hello softwarevisualization,
Yes.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
thanks!